projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b6be7a
)
Correct <tbody> -> </tbody> typo in `be html` templates.
author
W. Trevor King
<wking@drexel.edu>
Sun, 17 Apr 2011 06:46:25 +0000
(
02:46
-0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 17 Apr 2011 06:46:25 +0000
(
02:46
-0400)
libbe/command/html.py
patch
|
blob
|
history
diff --git
a/libbe/command/html.py
b/libbe/command/html.py
index c403fcb1085ee7486a89b165fe577d013d710c5f..8d427472d32dca79b60886fa9baf8fc3b0a19657 100644
(file)
--- 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 %}
""",