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'

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to