[Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py
some whitespace cleanup
Andreas Jung
andreas at andreas-jung.com
Fri Dec 29 10:18:20 EST 2006
Log message for revision 71674:
some whitespace cleanup
Changed:
U Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py
-=-
Modified: Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py
===================================================================
--- Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py 2006-12-29 12:12:47 UTC (rev 71673)
+++ Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py 2006-12-29 15:18:20 UTC (rev 71674)
@@ -139,16 +139,13 @@
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
More information about the Zope-Checkins
mailing list