1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 10:47:59 +01:00

Fix typo in help.xsl.

--HG--
branch : xslt
This commit is contained in:
Kris Maglione
2009-10-27 20:05:21 -04:00
parent b88420108e
commit 21704fe309
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ Liberator.prototype = {
defaultPort: -1, defaultPort: -1,
allowPort: function (port, scheme) false, allowPort: function (port, scheme) false,
protocolFlags: 0 protocolFlags: 0
| nsIProtocolHandler.URI_LOADABLE_BY_ANYONE | nsIProtocolHandler.URI_IS_UI_RESOURCE
| nsIProtocolHandler.URI_IS_LOCAL_RESOURCE, | nsIProtocolHandler.URI_IS_LOCAL_RESOURCE,
newURI: function (spec, charset, baseURI) newURI: function (spec, charset, baseURI)

View File

@@ -137,7 +137,7 @@
</xsl:template> </xsl:template>
<xsl:template match="liberator:pan[liberator:handle]"> <xsl:template match="liberator:pan[liberator:handle]">
<form style="text-align:center" html="http://www.w3.org/1999/xhtml" <form style="text-align:center" xmlns="http://www.w3.org/1999/xhtml"
action="https://www.paypal.com/cgi-bin/webscr" method="post"> action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick"/> <input type="hidden" name="cmd" value="_s-xclick"/>
<input type="image" src="chrome://liberator/content/x-click-but21.gif" border="0" name="submit" alt="Donate with PayPal"/> <input type="image" src="chrome://liberator/content/x-click-but21.gif" border="0" name="submit" alt="Donate with PayPal"/>