Commit 8ee33f2e authored by Andreas Jung's avatar Andreas Jung

some whitespace cleanup

parent 75db0249
......@@ -139,16 +139,13 @@ class ZopePageTemplate(Script, PageTemplate, Historical, Cacheable,
charset = charsetFromMetaEquiv(text)
if is_unicode:
if charset:
encoding = None
output_encoding = charset
else:
encoding = None
output_encoding = 'iso-8859-15'
else:
if charset:
encoding = charset
output_encoding = charset
......
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