Commit 9c48705e authored by Nicolas Delaby's avatar Nicolas Delaby

remove old comment, Conversion is not stored in ZODB

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27935 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e4e0c6c
......@@ -1108,8 +1108,6 @@ class Document(PermanentURLMixIn, XMLObject, UrlMixIn, ConversionCacheMixin, Sna
if not html.find('<base') >= 0:
base = '<base href="%s">' % self.getContentBaseURL()
html = html.replace('<head>', '<head>%s' % base)
# We do not implement cache yet since it increases ZODB
# for probably no reason. More research needed
self.setConversion(html, mime='text/html', format='base-html')
return html
......
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