Use the correct MIME type for XHTML files.

This commit is contained in:
Mathias Bynens 2011-11-07 08:26:15 +01:00
parent 9aed41388d
commit 6b9f238e2f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ types {
application/vnd.ms-fontobject eot;
application/vnd.ms-powerpoint ppt;
application/vnd.wap.wmlc wmlc;
application/vnd.wap.xhtml+xml xhtml;
application/xhtml+xml xhtml;
application/vnd.google-earth.kml+xml kml;
application/vnd.google-earth.kmz kmz;
application/x-7z-compressed 7z;