]> oss.titaniummirror.com Git - oss-web.git/blobdiff - plugins/read_rst.py
read_*, webber: fix loading of files with "Umlaut" characters
[oss-web.git] / plugins / read_rst.py
index e8e3a36523862604eb4129fe9fcfe60e1fd9dd4d..a9968ac4b2def57772ed81f337fdfb0452e7da23 100644 (file)
@@ -9,9 +9,7 @@ def read(params):
        file = params.file
        if file.rel_path.endswith(".rst"):
                file.render = "html"
-               f = file.read_keywords()
-               return f.read()
-
+               file.read()
 
 
 class WebHTMLTranslator(html4css1.HTMLTranslator):