2.6.5
Werner Lemberg 10 years ago
parent 434bc69573
commit aaffbf85df
  1. 4
      src/tools/docmaker/tohtml.py

@ -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():

Loading…
Cancel
Save