[Zope-Checkins]
SVN: Zope/branches/ajung-zpt-encoding-fixes/lib/python/Products/PageTemplates/PageTemplateFile.py
added comment
Andreas Jung
andreas at andreas-jung.com
Sun Dec 17 13:40:26 EST 2006
Log message for revision 71568:
added comment
Changed:
U Zope/branches/ajung-zpt-encoding-fixes/lib/python/Products/PageTemplates/PageTemplateFile.py
-=-
Modified: Zope/branches/ajung-zpt-encoding-fixes/lib/python/Products/PageTemplates/PageTemplateFile.py
===================================================================
--- Zope/branches/ajung-zpt-encoding-fixes/lib/python/Products/PageTemplates/PageTemplateFile.py 2006-12-17 18:39:50 UTC (rev 71567)
+++ Zope/branches/ajung-zpt-encoding-fixes/lib/python/Products/PageTemplates/PageTemplateFile.py 2006-12-17 18:40:25 UTC (rev 71568)
@@ -35,6 +35,7 @@
# check for XML ourself since guess_content_type can't
# detect text/xml if 'filename' won't end with .xml
+ # XXX: fix this in zope.contenttype
if text.startswith('<?xml'):
return 'text/xml'
More information about the Zope-Checkins
mailing list