Merge branch 'bbmaster' of ssh://git.cy55.de/home/hplattner/git/loops into bbmaster

This commit is contained in:
Helmut Merz 2012-03-19 18:52:09 +01:00
commit 288b9f62b2

View file

@ -65,6 +65,9 @@
<td tal:define="values python:col.getDisplayValues(row)"> <td tal:define="values python:col.getDisplayValues(row)">
<tal:values repeat="value values"> <tal:values repeat="value values">
<span tal:replace="value" /> <span tal:replace="value" />
<span tal:condition="python: repeat['value'].index() < len(values)">
<br/>
</span>
</tal:values> </tal:values>
</td> </td>
</metal:standard> </metal:standard>