Skip to content

Commit

Permalink
fix xhtml mime type
Browse files Browse the repository at this point in the history
thanks to Michael Lustfield
the previous value has been suggested by Konstantin Arkhipov
  • Loading branch information
igorsysoev committed Feb 21, 2011
1 parent d53c836 commit 3e1a13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/mime.types
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 3e1a13d

Please sign in to comment.