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 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
......@@ -43,6 +40,7 @@
<key> <string>_text</string> </key>
<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
\n
function replaceContent(req) {\n
......
990
\ No newline at end of file
991
\ 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