[Zope3-Users] correct display of Text field in a view
Darryl Cousins
darryl at darrylcousins.net.nz
Sat Mar 10 03:07:34 EST 2007
On Fri, 2007-03-09 at 10:06 +0100, Ivan Horvath wrote:
> - modify the description widget data with
> PlainTextToHTMLRenderer.render(), but then in the browser i can see
> only
> encoded chars instead of <br>
Hi,
As for Frank's suggestion try:
<p tal:content="structure view/description" />
when rendering the text2html content. That should allow the html tags
through.
Regards,
Darryl
More information about the Zope3-users
mailing list