diff options
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> |