aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/html.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-04-17 02:49:21 -0400
committerW. Trevor King <wking@drexel.edu>2011-04-17 02:49:21 -0400
commit72d9a417c3bdc1c631889ba08c378d75c52d099b (patch)
tree2ac7e1f2e210091038ad6ecaac6cfe77adc9a5b3 /libbe/command/html.py
parent33439853e5148ccf43b35bd51acdeb599f3e2d5f (diff)
downloadbugseverywhere-72d9a417c3bdc1c631889ba08c378d75c52d099b.tar.gz
Correct <tdata> -> <tbody> typo in `be html` templates.
Diffstat (limited to 'libbe/command/html.py')
-rw-r--r--libbe/command/html.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbe/command/html.py b/libbe/command/html.py
index 1fdae08..a53690e 100644
--- a/libbe/command/html.py
+++ b/libbe/command/html.py
@@ -808,7 +808,7 @@ div.root.comment {
##
'bug_comment_entry.html':
"""<table>
- <tdata>
+ <tbody>
<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>
- </tdata>
+ </tbody>
</table>
""",
}