projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3343985
)
Correct <tdata> -> <tbody> typo in `be html` templates.
author
W. Trevor King
<wking@drexel.edu>
Sun, 17 Apr 2011 06:49:21 +0000
(
02:49
-0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 17 Apr 2011 06:49:21 +0000
(
02:49
-0400)
libbe/command/html.py
patch
|
blob
|
history
diff --git
a/libbe/command/html.py
b/libbe/command/html.py
index 1fdae082d6021cdace23a710fc260c26dd11a3c4..a53690e5e045a44e0b5d19f93d44d1af88a7d7a8 100644
(file)
--- a/
libbe/command/html.py
+++ b/
libbe/command/html.py
@@
-808,7
+808,7
@@
div.root.comment {
##
'bug_comment_entry.html':
"""<table>
- <t
data
>
+ <t
body
>
<tr>
<td class="bug_comment_label">Comment:</td>
<td class="bug_comment">
@@
-821,7
+821,7
@@
div.root.comment {
{{ format_body(bug, comment) }}
</td>
</tr>
- </t
data
>
+ </t
body
>
</table>
""",
}