Map application/xhtml+xml to .html

This commit is contained in:
Eric van der Vlist 2012-05-04 19:52:56 +02:00
parent 5e2b674092
commit 94d335170f
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@
<content-type name="application/x-shockwave-flash">
<extension>swf</extension>
</content-type>
<content-type name="application/xhtml+xml">
<extension>html</extension>
</content-type>
</xsl:variable>
<xsl:key name="extension" match="content-type" use="@name"/>