Commit db9265b0 authored by Boris Kocherov's avatar Boris Kocherov

fix default_reference for generated appcache

parent cd69c10b
...@@ -486,7 +486,7 @@ ...@@ -486,7 +486,7 @@
xmldoc = { xmldoc = {
version: context._options.version, version: context._options.version,
id: context._options.id_prefix + context._options.name + "_appcache", id: context._options.id_prefix + context._options.name + "_appcache",
default_reference: "", default_reference: context._options.name + ".appcache",
portal_type: "Web Manifest", portal_type: "Web Manifest",
content_type: "application/json", content_type: "application/json",
workflow_history: { workflow_history: {
......
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