Commit eeeaae3f authored by Boris Kocherov's avatar Boris Kocherov

fix content_type for *.appcache files

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