summaryrefslogtreecommitdiffstats
path: root/templates/releng
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-06-08 03:29:07 +0200
committerDan McGee <dan@archlinux.org>2012-06-08 03:29:07 +0200
commita5fafae94f23ca2cf138cf07774e2c2a1a7d993a (patch)
tree668b0fdf3847b091021c72470ca387b7f8423d21 /templates/releng
parentd685d51e8c80f29d4f14977a0d8088534e6626c4 (diff)
downloadarchweb-a5fafae94f23ca2cf138cf07774e2c2a1a7d993a.tar.gz
archweb-a5fafae94f23ca2cf138cf07774e2c2a1a7d993a.tar.xz
Fix a few minor markup errors
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/releng')
-rw-r--r--templates/releng/result_section.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/releng/result_section.html b/templates/releng/result_section.html
index 91a7561..ae951eb 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>