[Zope-Checkins] CVS: Zope/lib/python/OFS - content_types.py:1.19
Sidnei da Silva
sidnei at x3ng.com.br
Sun Sep 14 08:40:22 EDT 2003
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv6845/lib/python/OFS
Modified Files:
content_types.py
Log Message:
Corrected mime-type for XUL and XSL
=== Zope/lib/python/OFS/content_types.py 1.18 => 1.19 ===
--- 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:40:21 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