From: W. Trevor King Date: Fri, 7 Aug 2009 17:09:15 +0000 (-0400) Subject: Added DOCTYPE and post- endlines X-Git-Tag: 1.0.0~62^2~34^2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=233b6412d6164e45ab4a5a5f7d9c415330d9a27f;p=be.git Added DOCTYPE and post- endlines --- diff --git a/becommands/html.py b/becommands/html.py index ecbe1d0..841e181 100644 --- a/becommands/html.py +++ b/becommands/html.py @@ -354,6 +354,8 @@ class BEHTMLGen(): """ self.index_first = """ + BugsEverywhere Issue Tracker @@ -538,7 +540,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("") # close non-parent
\n".join(lines)+"
\n") while len(stack) > 0: stack.pop(-1) - FD.write("
") # close every remaining