aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/html.py')
-rw-r--r--becommands/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/html.py b/becommands/html.py
index c44d9a6..a879e77 100644
--- a/becommands/html.py
+++ b/becommands/html.py
@@ -537,7 +537,7 @@ class BEHTMLGen():
FD.write(self.detail_line%("Creator : ", empty_protected_string(bug.creator)))
FD.write(self.detail_line%("Created : ", empty_protected_string(bug.time_string)))
FD.write(self.detail_line%("Summary : ", bug.summary))
- FD.write("<tr><td colspan=2><hr></td></tr>")
+ FD.write("<tr><td colspan=\"2\"><hr></td></tr>")
FD.write(self.begin_comment_section)
tr = []
b = ''