projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e2b59e
)
XHTML attribute values should be strings.
author
W. Trevor King
<wking@drexel.edu>
Fri, 7 Aug 2009 17:21:47 +0000
(13:21 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 7 Aug 2009 17:21:47 +0000
(13:21 -0400)
becommands/html.py
patch
|
blob
|
history
diff --git
a/becommands/html.py
b/becommands/html.py
index c44d9a643b6ceb650732952ed33c7e24e8af3a22..a879e77bce9a5c501654eea35f6b3945b2903807 100644
(file)
--- 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 = ''