Correct <tbody> -> </tbody> typo in `be html` templates.
authorW. Trevor King <wking@drexel.edu>
Sun, 17 Apr 2011 06:46:25 +0000 (02:46 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 17 Apr 2011 06:46:25 +0000 (02:46 -0400)
libbe/command/html.py

index c403fcb1085ee7486a89b165fe577d013d710c5f..8d427472d32dca79b60886fa9baf8fc3b0a19657 100644 (file)
@@ -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 %}
 """,