diff options
author | W. Trevor King <wking@drexel.edu> | 2011-04-17 02:49:21 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2011-04-17 02:49:21 -0400 |
commit | 72d9a417c3bdc1c631889ba08c378d75c52d099b (patch) | |
tree | 2ac7e1f2e210091038ad6ecaac6cfe77adc9a5b3 /libbe | |
parent | 33439853e5148ccf43b35bd51acdeb599f3e2d5f (diff) | |
download | bugseverywhere-72d9a417c3bdc1c631889ba08c378d75c52d099b.tar.gz |
Correct <tdata> -> <tbody> typo in `be html` templates.
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/command/html.py | 4 |
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> """, } |