Disable raw directive.

This commit is contained in:
Georg Brandl 2011-01-25 22:58:18 +01:00
parent c9e18c2646
commit 9a7950b497

View File

@ -446,6 +446,7 @@ class WebSupport(object):
def _parse_comment_text(self, text):
settings = {'file_insertion_enabled': False,
'raw_enabled': False,
'output_encoding': 'unicode'}
try:
ret = publish_parts(text, writer_name='html',