Commit 4da080f0 authored by Nicolas Delaby's avatar Nicolas Delaby

wordwrap to 80 chars

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35168 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca68c7a0
......@@ -40,7 +40,8 @@ class HTMLToOdt:
# parameter to True, should do the same things. But it does not.
head = Element('head')
html_node.insert(0, head)
SubElement(head, 'meta', **{'http-equiv': 'Content-Type', 'content': 'text/html; charset=utf-8'})
SubElement(head, 'meta', **{'http-equiv': 'Content-Type',
'content': 'text/html; charset=utf-8'})
orig = html.tostring(html_tree, encoding='utf-8')
doc = OOOdCommandTransform(context, filename, orig, self.inputs[0])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment