[Zope] ZPT url quote text

Nico de Boer nico@nfg.nl
31 May 2002 15:42:05 +0200


Hello,

I'm working on a News product that uses ZPTs for the rendering of the
newsobjects.

Only when the text of the objects is rendered, the &-sign is quoted
into &.

When I have a word like 'én' it is quoted into 'én'.

This is a snipped from my repeat loop that iterates over my newsobjects:

<p class="newsbody" tal:content="item/body">This is the bodyof the child
object</p>

How can I change this so that the body isn't quoted?

Greetz Nico