Commit 0ad8df53 authored by Nicolas Delaby's avatar Nicolas Delaby

fix tales expression

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18596 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 688fe5ee
......@@ -153,7 +153,7 @@ class OOoBuilder(Implicit):
""" xmlns:tal='http://xml.zope.org/namespaces/tal'
xmlns:i18n='http://xml.zope.org/namespaces/i18n'
xmlns:metal='http://xml.zope.org/namespaces/metal'
tal:attributes='dummy python:request.RESPONSE.setHeader("Content-Type", "text/html; charset=utf-8")'
tal:attributes='dummy python:request.RESPONSE.setHeader("Content-Type", "text/html;; charset=utf-8")'
office:version='1.0'""")
def addFileEntry(self, full_path, media_type, content=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