[or-cvs] r20109: {website} removed the closing-input-tags (website/trunk/en)

runa at seul.org runa at seul.org
Wed Jul 22 14:56:28 UTC 2009


Author: runa
Date: 2009-07-22 10:56:28 -0400 (Wed, 22 Jul 2009)
New Revision: 20109

Modified:
   website/trunk/en/donate.wml
Log:
removed the closing-input-tags

Modified: website/trunk/en/donate.wml
===================================================================
--- website/trunk/en/donate.wml	2009-07-22 13:59:07 UTC (rev 20108)
+++ website/trunk/en/donate.wml	2009-07-22 14:56:28 UTC (rev 20109)
@@ -78,12 +78,11 @@
 <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
 <p>You can also make a <b>one-time donation</b> (via PayPal, but
 doesn't require any account):<br />
-<input type="radio" name="amount" value="100.00">100</input>
-<input type="radio" name="amount" value="50.00">50</input>
-<input type="radio" name="amount" value="20.00"
-checked="checked">20</input>
-<input type="radio" name="amount" value="10.00">10</input>
-<input type="radio" name="amount" value="">other amount</input>
+<input type="radio" name="amount" value="100.00" />100
+<input type="radio" name="amount" value="50.00" />50
+<input type="radio" name="amount" value="20.00" checked="checked" />20
+<input type="radio" name="amount" value="10.00" />10
+<input type="radio" name="amount" value="" />other amount
 
 <select name="currency_code">
 <option value="USD" selected="selected">$</option>



More information about the tor-commits mailing list