Commit 073f2d37 authored by Andreas Jung's avatar Andreas Jung

wording

parent ad5272e5
......@@ -409,7 +409,8 @@ class ZopePageTemplate(Script, PageTemplate, Historical, Cacheable,
def __setstate__(self, state):
# Perform on-the-fly migration to unicode.
# Perhaps it might be work with the 'generation' module here?
# Perhaps it might be better to work with the 'generation' module
# here?
if not isinstance(state['_text'], unicode):
text, encoding = convertToUnicode(state['_text'],
state.get('content_type', 'text/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