summaryrefslogtreecommitdiffstats
path: root/templates/public/donate.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-02-01 00:18:00 +0100
committerDan McGee <dan@archlinux.org>2010-02-01 00:18:00 +0100
commitbe3591d95748c4477c3f7b8334e4a690ad111d8a (patch)
treed063b7cc3cbd2d532d532b8668d3dd17e966c54b /templates/public/donate.html
parent48ee2c28a20e8808f282dfbd62b7909a2a89b105 (diff)
downloadarchweb-be3591d95748c4477c3f7b8334e4a690ad111d8a.tar.gz
archweb-be3591d95748c4477c3f7b8334e4a690ad111d8a.tar.xz
More validation fixups
Random stupids in our HTML, this should be a little better at least. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r--templates/public/donate.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 263fede..2bb447a 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -17,18 +17,18 @@
<div style="text-align:center">
<!-- paypal code -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
- <input type="hidden" name="cmd" value="_xclick">
- <input type="hidden" name="business" value="aaronmgriffin@gmail.com">
- <input type="hidden" name="currency_code" value="USD">
- <input type="hidden" name="tax" value="0">
- <input type="hidden" name="lc" value="US">
- <input type="hidden" name="bn" value="PP-DonationsBF">
- <input type="hidden" name="item_name" value="Arch Linux Donation">
- <input type="hidden" name="image_url" value="/logos/arch-paypal.jpg">
- <input type="hidden" name="no_shipping" value="1">
- <input type="hidden" name="cn" value="Suggestions/Comments">
- <input type="hidden" name="no_note" value="1">
- <input type="image" src="https://www.paypal.com/images/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: transparent; border: none">
+ <input type="hidden" name="cmd" value="_xclick"/>
+ <input type="hidden" name="business" value="aaronmgriffin@gmail.com"/>
+ <input type="hidden" name="currency_code" value="USD"/>
+ <input type="hidden" name="tax" value="0"/>
+ <input type="hidden" name="lc" value="US"/>
+ <input type="hidden" name="bn" value="PP-DonationsBF"/>
+ <input type="hidden" name="item_name" value="Arch Linux Donation"/>
+ <input type="hidden" name="image_url" value="/logos/arch-paypal.jpg"/>
+ <input type="hidden" name="no_shipping" value="1"/>
+ <input type="hidden" name="cn" value="Suggestions/Comments"/>
+ <input type="hidden" name="no_note" value="1"/>
+ <input type="image" src="https://www.paypal.com/images/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: transparent; border: none"/>
</form>
</div>
<br />