Commit d7cd1a5f authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: adding comment on the first manifest line is not valid

parent 7e6d33ac
......@@ -20,8 +20,8 @@ if appcache_reference:
if error_list and fixit:
appcache_manifest.edit(
text_content='''# Last modified by {} on {}
{}
'''.format(script.getId(), DateTime(), appcache_manifest.getTextContent()))
text_content='''{}
# Last modified by {} on {}
'''.format(appcache_manifest.getTextContent(), script.getId(), DateTime()))
return error_list
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