Runa A. Sandvik commited on 2009-07-22 16:56:28
Zeige 1 geänderte Dateien mit 5 Einfügungen und 6 Löschungen.
... | ... |
@@ -78,12 +78,11 @@ value="https://www.torproject.org/donate#funds"/> |
78 | 78 |
<form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post"> |
79 | 79 |
<p>You can also make a <b>one-time donation</b> (via PayPal, but |
80 | 80 |
doesn't require any account):<br /> |
81 |
-<input type="radio" name="amount" value="100.00">100</input> |
|
82 |
-<input type="radio" name="amount" value="50.00">50</input> |
|
83 |
-<input type="radio" name="amount" value="20.00" |
|
84 |
-checked="checked">20</input> |
|
85 |
-<input type="radio" name="amount" value="10.00">10</input> |
|
86 |
-<input type="radio" name="amount" value="">other amount</input> |
|
81 |
+<input type="radio" name="amount" value="100.00" />100 |
|
82 |
+<input type="radio" name="amount" value="50.00" />50 |
|
83 |
+<input type="radio" name="amount" value="20.00" checked="checked" />20 |
|
84 |
+<input type="radio" name="amount" value="10.00" />10 |
|
85 |
+<input type="radio" name="amount" value="" />other amount |
|
87 | 86 |
|
88 | 87 |
<select name="currency_code"> |
89 | 88 |
<option value="USD" selected="selected">$</option> |
90 | 89 |