[Erp5-report] r17250 - /erp5/trunk/bt5/erp5_ical_style/SkinTemplateItem/portal_skins/erp5_i...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 29 15:47:36 CET 2007


Author: kazuhiko
Date: Mon Oct 29 15:47:35 2007
New Revision: 17250

URL: http://svn.erp5.org?rev=17250&view=rev
Log:
use 2 semicolons in tal expression.

Modified:
    erp5/trunk/bt5/erp5_ical_style/SkinTemplateItem/portal_skins/erp5_ical_style/template_ical_style.xml

Modified: erp5/trunk/bt5/erp5_ical_style/SkinTemplateItem/portal_skins/erp5_ical_style/template_ical_style.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ical_style/SkinTemplateItem/portal_skins/erp5_ical_style/template_ical_style.xml?rev=17250&r1=17249&r2=17250&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ical_style/SkinTemplateItem/portal_skins/erp5_ical_style/template_ical_style.xml (original)
+++ erp5/trunk/bt5/erp5_ical_style/SkinTemplateItem/portal_skins/erp5_ical_style/template_ical_style.xml Mon Oct 29 15:47:35 2007
@@ -48,7 +48,7 @@
             <key> <string>_text</string> </key>
             <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:content="structure python: listbox.render()" />\n
 </tal:block>\n




More information about the Erp5-report mailing list