suppress br tag if image is not shown

This commit is contained in:
Helmut Merz 2011-10-15 10:12:50 +02:00
parent 7c1f7af4a4
commit 7cf460a7de

View file

@ -63,7 +63,7 @@
<div tal:attributes="class python:part.cssClass[1]">
<span tal:content="structure cell/renderedTextDescription" />
</div>
<tal:break condition="cell/img">
<tal:break condition="python:part.showImage and cell.img">
<br style="clear: both" />&nbsp;</tal:break>
<div tal:condition="cell/renderedText"
tal:attributes="class python:part.cssClass[2]">