Commit f2dfca51 authored by Jérome Perrin's avatar Jérome Perrin

I don't know why, but two colons is required. Otherwise the page template doesn't compile.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17227 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e3bde0f8
......@@ -66,7 +66,7 @@
cancel_url request/cancel_url | current_url;\n
dummy python: local_parameter_list.update({\'cancel_url\': cancel_url});\n
\n
dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/html; charset=utf-8\');\n
dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/html;; charset=utf-8\');\n
dummy python: request.set(\'here\', here);\n
\n
global css_list css_list | python: [];\n
......
423
\ No newline at end of file
424
\ 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