瀏覽代碼

Merge pull request #39 from shantanugadgil/patch-1

Add mime type for .xsl
Sergey Lyubka 12 年之前
父節點
當前提交
a0b037d288
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mongoose.c

+ 1 - 0
mongoose.c

@@ -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"},