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 | |
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')
-rw-r--r-- | templates/packages/details.html | 1 | ||||
-rw-r--r-- | templates/public/donate.html | 2 | ||||
-rw-r--r-- | templates/public/download.html | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index 45394770..f60324e8 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -50,7 +50,6 @@ <th>Repository:</th> <td><a href="/packages/?repo={{ pkg.repo.name|capfirst }}" title="Browse the {{ pkg.repo.name|capfirst }} repository">{{ pkg.repo.name|capfirst }}</a></td> - </tr><tr> </tr>{% ifnotequal pkg.pkgname pkg.pkgbase %}<tr> <th>Base Package Name:</th> <td>{{ pkg.pkgbase }}</td> 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"> diff --git a/templates/public/download.html b/templates/public/download.html index 77131a62..4fe7d0ed 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -84,6 +84,7 @@ </td><td class="wrap"> Core packages are included on the media. Good for basic off-line installation. </td> + </tr> </tbody> </table> |