diff options
author | Dan McGee <dan@archlinux.org> | 2012-06-07 20:29:07 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-06-07 20:29:07 -0500 |
commit | a5fafae94f23ca2cf138cf07774e2c2a1a7d993a (patch) | |
tree | 668b0fdf3847b091021c72470ca387b7f8423d21 | |
parent | d685d51e8c80f29d4f14977a0d8088534e6626c4 (diff) |
Fix a few minor markup errors
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | templates/public/donate.html | 2 | ||||
-rw-r--r-- | templates/releng/result_section.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index 0809e2a6..b1d52f88 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -23,7 +23,7 @@ <h3>Monetary donations</h3> - <p>Financial contributions are accepted via <a href="https://co.clickandpledge.com/Default.aspx?WID=47294" title="Donate via Click&Pledge to Arch Linux"/>Click&Pledge</a>. + <p>Financial contributions are accepted via <a href="https://co.clickandpledge.com/Default.aspx?WID=47294" title="Donate via Click&Pledge to Arch Linux">Click&Pledge</a>. Arch Linux is a member project of the <a href="http://www.spi-inc.org/">Software in the Public Interest, Inc.</a> non-profit corporation. Funds are used for hosting costs, server hardware diff --git a/templates/releng/result_section.html b/templates/releng/result_section.html index 91a75613..ae951ebe 100644 --- a/templates/releng/result_section.html +++ b/templates/releng/result_section.html @@ -1,6 +1,6 @@ {% load url from future %} <tr> - <th>{% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }}</td> + <th>{% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }}</th> <th>Last Success</th> <th>Last Failure</th> </tr> |