Correct <tdata> -> <tbody> typo in `be html` templates.
authorW. Trevor King <wking@drexel.edu>
Sun, 17 Apr 2011 06:49:21 +0000 (02:49 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 17 Apr 2011 06:49:21 +0000 (02:49 -0400)
libbe/command/html.py

index 1fdae082d6021cdace23a710fc260c26dd11a3c4..a53690e5e045a44e0b5d19f93d44d1af88a7d7a8 100644 (file)
@@ -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>
 """,
             }