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