31 May
2002
31 May
'02
1:42 p.m.
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