diff options
author | Dan McGee <dan@archlinux.org> | 2010-06-02 10:58:57 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-06-02 10:58:57 -0500 |
commit | 7646f8ea7ce19b404a0e57c85e5dd589b3a53371 (patch) | |
tree | 60128566b0d31291b64bf452d6d34f8a97ea4b74 /templates/public/donate.html | |
parent | 32f6f7a4daeb7941c2a94d40677f9780b5a65654 (diff) |
Fix some validation issuesrelease_2010-06-02
We had a few issues with unescaped ampersands and extra or missing tags.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r-- | templates/public/donate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index acbb077c..664f6c5d 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -20,7 +20,7 @@ <h3>Monetary donations</h3> <p>Financial contributions are accepted via <a title="Click to donate now" - href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=aaronmgriffin@gmail.com¤cy_code=USD">PayPal</a>. + href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=aaronmgriffin@gmail.com&currency_code=USD">PayPal</a>. Funds are used for server hardware upgrades, conventions, schwag giveaways and more.</p> <div id="paypal-button"> |