From 1aa5df91caaea3c40de334da159ec9982419c39c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 7 Aug 2009 13:49:47 -0400 Subject: [PATCH] XHTML attribute values should be strings, and cellspacing not allowed in tr. --- becommands/html.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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