Commit aaffbf85df8b02b469eb76e22354c2bab6759ae6

Werner Lemberg 2014-11-29T23:26:46

Minor.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/tools/docmaker/tohtml.py b/src/tools/docmaker/tohtml.py
index cd17045..aa1a7a9 100644
--- a/src/tools/docmaker/tohtml.py
+++ b/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():