Commit a0b037d2 authored by Sergey Lyubka's avatar Sergey Lyubka

Merge pull request #39 from shantanugadgil/patch-1

Add mime type for .xsl
parents b437d567 011bdc22
......@@ -1889,6 +1889,7 @@ static const struct {
{".xml", 4, "text/xml"},
{".json", 5, "text/json"},
{".xslt", 5, "application/xml"},
{".xsl", 4, "application/xml"},
{".ra", 3, "audio/x-pn-realaudio"},
{".doc", 4, "application/msword"},
{".exe", 4, "application/octet-stream"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment