Commit 49109fcf authored by Jérome Perrin's avatar Jérome Perrin

value for tal:attribute has to be in unicode

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19369 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 789f6a14
......@@ -64,7 +64,7 @@
\n
<tal:block tal:define="portal_object here/portal_url/getPortalObject">\n
<tal:block tal:condition="not: sheet_per_reportsection">\n
<table:table tal:attributes="table:name python:here.getProperty(\'title\')">\n
<table:table tal:attributes="table:name python:unicode(here.getProperty(\'title\'), \'utf8\')">\n
<!-- at least one table-column element is required for ODF to validate -->\n
<table:table-column\n
table:style-name=\'co2\'\n
......
121
\ No newline at end of file
122
\ 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