]> oss.titaniummirror.com Git - oss-web.git/blobdiff - plugins/read_html.py
read_*, webber: fix loading of files with "Umlaut" characters
[oss-web.git] / plugins / read_html.py
index 0ad6a8bc8cfeaee5d79d845ef75f3c7939d367b5..94ad6406e41821f9f86ea366db5cf3ea11faaacd 100644 (file)
@@ -7,8 +7,7 @@ def read(params):
        file = params.file
        if file.rel_path.endswith(".html"):
                file.render = "html"
-               f = file.read_keywords()
-               return f.read()
+               file.read()
 
 
 @set_hook("htmlize")