[Zope3-checkins] CVS: Zope3/src/zope/app - content_types.py:1.5

Sidnei da Silva cvs-admin at zope.org
Wed Oct 29 15:22:25 EST 2003


Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv22393/src/zope/app

Modified Files:
	content_types.py 
Log Message:
Fixed xul and xsl content types


=== Zope3/src/zope/app/content_types.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/content_types.py:1.4	Tue Aug 19 10:15:43 2003
+++ Zope3/src/zope/app/content_types.py	Wed Oct 29 15:22:24 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'),
     ('.swf', 'application/x-shockwave-flash'),
     )
 for name, val in _addtypes:




More information about the Zope3-Checkins mailing list