# HG changeset patch # User Igor Sysoev # Date 1298278622 0 # Node ID cff87803b898f09eaea402d449db182a23b678dc # Parent 8e77b5216894890897cefe40f1a6acd6d549772d fix xhtml mime type thanks to Michael Lustfield the previous value has been suggested by Konstantin Arkhipov diff --git a/conf/mime.types b/conf/mime.types --- a/conf/mime.types +++ b/conf/mime.types @@ -32,7 +32,6 @@ types { application/vnd.ms-excel xls; application/vnd.ms-powerpoint ppt; application/vnd.wap.wmlc wmlc; - application/vnd.wap.xhtml+xml xhtml; application/vnd.google-earth.kml+xml kml; application/vnd.google-earth.kmz kmz; application/x-7z-compressed 7z; @@ -50,6 +49,7 @@ types { application/x-tcl tcl tk; application/x-x509-ca-cert der pem crt; application/x-xpinstall xpi; + application/xhtml+xml xhtml; application/zip zip; application/octet-stream bin exe dll;