]> oss.titaniummirror.com Git - webber.git/commitdiff
read_rst: strip trailing blanks
authorHolger Schurig <holgerschurig@gmail.com>
Thu, 1 Jul 2010 12:09:59 +0000 (14:09 +0200)
committerHolger Schurig <holgerschurig@gmail.com>
Thu, 1 Jul 2010 12:09:59 +0000 (14:09 +0200)
plugins/read_rst.py

index a9968ac4b2def57772ed81f337fdfb0452e7da23..cb80be85799d3761414b958ff206aa9ff5d59a6f 100644 (file)
@@ -13,10 +13,10 @@ def read(params):
 
 
 class WebHTMLTranslator(html4css1.HTMLTranslator):
-       doctype = ""    
+       doctype = ""
        content_type = "<!--%s-->"
        generator = "<!--%s-->"
-       
+
        def __init__(self, document):
                html4css1.HTMLTranslator.__init__(self, document)
                self.head_prefix = []
@@ -24,13 +24,13 @@ class WebHTMLTranslator(html4css1.HTMLTranslator):
                self.stylesheet = []
                self.body_suffix = []
                self.section_level = 1
-               
+
        def visit_system_message(self, node):
                pass
 
        def visit_document (self, node):
                pass
-       
+
        def depart_document (self, node):
                pass