image listings: show description in normal font, not italics

This commit is contained in:
Helmut Merz 2011-10-25 08:10:10 +02:00
parent 2972630101
commit 953d539529

View file

@ -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>