Commit eeeaae3f authored by Boris Kocherov's avatar Boris Kocherov

fix content_type for *.appcache files

parent 001b8257
...@@ -444,7 +444,7 @@ ...@@ -444,7 +444,7 @@
case "appcache": case "appcache":
path = "web_page_module"; path = "web_page_module";
xmldoc.portal_type = "Web Manifest"; xmldoc.portal_type = "Web Manifest";
xmldoc.content_type = "application/json"; xmldoc.content_type = "text/cache-manifest";
xmldoc.text_content = id; xmldoc.text_content = id;
break; break;
case "png": case "png":
......
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