From: W. Trevor King Date: Fri, 7 Aug 2009 17:49:47 +0000 (-0400) Subject: XHTML attribute values should be strings, and cellspacing not allowed in tr. X-Git-Tag: 1.0.0~62^2~34^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1aa5df91caaea3c40de334da159ec9982419c39c;p=be.git XHTML attribute values should be strings, and cellspacing not allowed in tr. --- diff --git a/becommands/html.py b/becommands/html.py index f0c67c6..8bc570d 100644 --- a/becommands/html.py +++ b/becommands/html.py @@ -383,17 +383,17 @@ class BEHTMLGen(): - - + +
Active BugsInactive BugsActive BugsInactive Bugs
- +
""" % self.bd.encoding self.bug_line =""" - + @@ -554,7 +554,7 @@ class BEHTMLGen(): for depth,comment in bug_.comment_root.thread(flatten=False): while len(stack) > depth: stack.pop(-1) # pop non-parents off the stack - FD.write("\n") # close non-parent
") + FD.write('
') else: - FD.write("
") + FD.write('
') FD.write("
\n".join(lines)+"
\n") while len(stack) > 0: stack.pop(-1) - FD.write("
\n") # close every remaining
%s %s %s