render description in standard headline

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4017 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-09-26 09:19:09 +00:00
parent 2509091c4e
commit 3aa66dcef2

View file

@ -92,7 +92,8 @@
<a tal:attributes="href cell/targetUrl"
tal:content="cell/title" /></h1>
<div tal:condition="cell/description">
<i tal:content="cell/description" /><br />&nbsp;</div>
<i tal:content="structure cell/renderedDescription" />
&nbsp;</div>
</metal:block>