Commit 3d5d724a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use 2 semicolons in tal expression.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17250 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b01df61
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
<tal:block tal:define="dummy python:request.RESPONSE.setHeader(\'Content-Type\', \'text/calendar; charset=utf-8\');"\n <tal:block tal:define="dummy python:request.RESPONSE.setHeader(\'Content-Type\', \'text/calendar;; charset=utf-8\');"\n
><tal:block tal:define="listbox python:form[\'listbox\'];" \n ><tal:block tal:define="listbox python:form[\'listbox\'];" \n
><tal:block tal:content="structure python: listbox.render()" />\n ><tal:block tal:content="structure python: listbox.render()" />\n
</tal:block>\n </tal:block>\n
......
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