[Zope] HTML quotes

Victor Ng v2ng@home.com
Mon, 30 Aug 1999 19:38:22 -0500 (CDT)


I've got a DTML document (id = review) with just straight HTML in it like
this:

<P>just some text</P>

When I call it using <dtml-var review> it comes out ok, but when I call it
from the parent as <dtml-var "_['child'].review">, the Zope returns the
HTML code with all of the angle brackets coming back as HTML character
entities.  What's going on here?  I'm using Zope 2.0b6

Vic