diff options
author | Kris Maglione <kris@vimperator.org> | 2009-10-27 20:05:21 -0400 |
---|---|---|
committer | Kris Maglione <kris@vimperator.org> | 2009-10-27 20:05:21 -0400 |
commit | 21704fe30934e3b65cf9f1fb793414a484c82ecc (patch) | |
tree | 79e5161810bc69bc85df1ed4807f7a3c60b7750d /common/content/help.xsl | |
parent | b88420108e70e8400d685919ed3c9339fc572dcb (diff) | |
download | pentadactyl-21704fe30934e3b65cf9f1fb793414a484c82ecc.tar.gz |
Fix typo in help.xsl.
--HG--
branch : xslt
Diffstat (limited to 'common/content/help.xsl')
-rw-r--r-- | common/content/help.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/help.xsl b/common/content/help.xsl index 628fed6d..3f3452bd 100644 --- a/common/content/help.xsl +++ b/common/content/help.xsl @@ -137,7 +137,7 @@ </xsl:template> <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"> <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"/> |