This commit is contained in:
Werner Lemberg 2014-11-29 23:26:46 +01:00
parent 434bc69573
commit aaffbf85df
1 changed files with 1 additions and 3 deletions

View File

@ -552,9 +552,7 @@ class HtmlFormatter( Formatter ):
def section_enter( self, section ):
print self.html_header
print section_title_header
print section.title
print section_title_footer
print section_title_header + section.title + section_title_footer
maxwidth = 0
for b in section.blocks.values():