Commit 8e7e6a58 authored by Nicolas Delaby's avatar Nicolas Delaby

Sorry

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45266 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3cfdbb16
......@@ -47,7 +47,6 @@ class HTMLToOdt:
# workaround a Bug in LibreOffice HTML import filter.
# https://bugs.freedesktop.org/show_bug.cgi?id=36080
orig = orig.replace('<title/>', '<title></title>')
import pdb;pdb.set_trace()
doc = OOOdCommandTransform(context, filename, orig, self.inputs[0])
odt = doc.convertTo('odt')
if cache is not None:
......
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