Commit fb34e1f5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

set a proper content-type.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38169 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 45dd22d0
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -43,6 +40,7 @@ ...@@ -43,6 +40,7 @@
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
<tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'application/javascript;; charset=utf-8\')"/>\n
var loading_deferred = undefined;\n var loading_deferred = undefined;\n
\n \n
function replaceContent(req) {\n function replaceContent(req) {\n
......
990 991
\ No newline at end of file \ No newline at end of file
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