image listings: show description in normal font, not italics
This commit is contained in:
parent
2972630101
commit
953d539529
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
<a tal:attributes="href cell/targetUrl">
|
||||
<b tal:content="cell/title" /></a><br />
|
||||
<tal:desc condition="cell/description">
|
||||
<i tal:content="structure cell/renderedDescription" /></tal:desc>
|
||||
<span tal:content="structure cell/renderedDescription" /></tal:desc>
|
||||
<br />
|
||||
</div>
|
||||
</tal:cell>
|
||||
|
|
Loading…
Add table
Reference in a new issue