X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=plugins%2Fread_html.py;h=94ad6406e41821f9f86ea366db5cf3ea11faaacd;hb=5b24964cda642526f6331573980b2cd6f254780b;hp=0ad6a8bc8cfeaee5d79d845ef75f3c7939d367b5;hpb=a323f41b60c81dd42a55e3e1dc56b88840bbe4f6;p=oss-web.git diff --git a/plugins/read_html.py b/plugins/read_html.py index 0ad6a8b..94ad640 100644 --- a/plugins/read_html.py +++ b/plugins/read_html.py @@ -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")