diff options
Diffstat (limited to 'libbe/command/html.py')
-rw-r--r-- | libbe/command/html.py | 2 |
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 %} """, |