diff options
Diffstat (limited to 'libbe/command/html.py')
-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> """, } |