]> oss.titaniummirror.com Git - oss-web.git/blobdiff - plugins/read_markdown.py
read_*, webber: fix loading of files with "Umlaut" characters
[oss-web.git] / plugins / read_markdown.py
index 65f8c061489ec01356367473aa43c1189cc3da8f..06ed2adcaeafa92db18d91cfe241158a335ba67e 100644 (file)
@@ -1580,8 +1580,7 @@ def read(params):
        file = params.file
        if file.rel_path.endswith(".md"):
                file.render = "html"
-               f = file.read_keywords()
-               return f.read()
+               file.read()
 
 
 _markdown = None