[Zope] Re: Quoting HTML

Evan Simpson evan@4-am.com
Thu, 10 Oct 2002 13:49:45 -0500


beno wrote:
> <
> is rendered as
> &gt;

Your Script isn't doing this.  I presume you're calling the Script from 
a Page Template, using tal:replace or tal:content?  If so, you need to 
use the 'structure' keyword to prevent escaping, like this:

tal:replace="structure here/myScript"

Cheers,

Evan @ 4-am