X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=plugins%2Fread_rst.py;h=a9968ac4b2def57772ed81f337fdfb0452e7da23;hb=493776afdf410206fa8a257efcc3e0ec6d271b9e;hp=e8e3a36523862604eb4129fe9fcfe60e1fd9dd4d;hpb=5b4e747f947e1a4c757fbcaed1f6d977374b208e;p=oss-web.git diff --git a/plugins/read_rst.py b/plugins/read_rst.py index e8e3a36..a9968ac 100644 --- a/plugins/read_rst.py +++ b/plugins/read_rst.py @@ -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):