[Zope-Checkins] CVS: Zope/lib/python/OFS - content_types.py:1.18.68.1

Sidnei da Silva sidnei at x3ng.com.br
Sun Sep 14 08:40:00 EDT 2003


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv6676/lib/python/OFS

Modified Files:
      Tag: Zope-2_7-branch
	content_types.py 
Log Message:
Corrected mime type for XUL and XSL

=== Zope/lib/python/OFS/content_types.py 1.18 => 1.18.68.1 ===
--- Zope/lib/python/OFS/content_types.py:1.18	Wed Aug 14 17:42:56 2002
+++ Zope/lib/python/OFS/content_types.py	Sun Sep 14 08:39:59 2003
@@ -70,8 +70,8 @@
     ('.mpa', 'video/mpeg'),
     ('.vcf', 'text/x-vcard'),
     ('.xml', 'text/xml'),
-    ('.xsl', 'text/xsl'),
-    ('.xul', 'text/xul'),
+    ('.xsl', 'text/xml'),
+    ('.xul', 'application/vnd.mozilla.xul+xml'),
     )
 for name, val in _addtypes:
     mimetypes.types_map[name]=val




More information about the Zope-Checkins mailing list