aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-04-17 02:46:25 -0400
committerW. Trevor King <wking@drexel.edu>2011-04-17 02:46:25 -0400
commit23c368d14d8c2449f360daef7ae497ffe95e5a7f (patch)
tree2bfd50f4818cf698107cd463d273020ca51c0e34 /libbe/command
parent5b6be7a511670cdf1961d13040cddcb34e70b8a1 (diff)
downloadbugseverywhere-23c368d14d8c2449f360daef7ae497ffe95e5a7f.tar.gz
Correct <tbody> -> </tbody> typo in `be html` templates.
Diffstat (limited to 'libbe/command')
-rw-r--r--libbe/command/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/html.py b/libbe/command/html.py
index c403fcb..8d42747 100644
--- a/libbe/command/html.py
+++ b/libbe/command/html.py
@@ -702,7 +702,7 @@ div.root.comment {
{% for bug in bugs %}
{{ bug_entry.render({'bug':bug, 'dir':bug_dir(bug)}) }}
{% endfor %}
- <tbody>
+ </tbody>
</table>
{% endblock %}
""",