suppress br tag if image is not shown
This commit is contained in:
parent
7c1f7af4a4
commit
7cf460a7de
1 changed files with 1 additions and 1 deletions
|
@ -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" /> </tal:break>
|
||||
<div tal:condition="cell/renderedText"
|
||||
tal:attributes="class python:part.cssClass[2]">
|
||||
|
|
Loading…
Add table
Reference in a new issue