aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command
diff options
context:
space:
mode:
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 %}
""",