mirror of https://github.com/BOINC/boinc.git
Wrong USD index in the donation page, and some formatting.
svn path=/trunk/boinc/; revision=12781
This commit is contained in:
parent
7b8173fa24
commit
683c25e04f
|
@ -80,7 +80,7 @@ elseif (DONATION_CURRENCY == "GBP") {
|
|||
$amount .= "<option value=\"24\">Pounds Sterling</option>\n";
|
||||
}
|
||||
elseif (DONATION_CURRENCY == "USD") {
|
||||
$amount .= "<option value=\"2\">U.S. Dollars</option>\n";
|
||||
$amount .= "<option value=\"3\">U.S. Dollars</option>\n";
|
||||
}
|
||||
elseif (DONATION_CURRENCY == "JPY") {
|
||||
$amount .= "<option value=\"72\">Yen</option>\n";
|
||||
|
|
Loading…
Reference in New Issue