5 Feb
2004
5 Feb
'04
6 p.m.
Jason C. Leach wrote:
When calling a DTML method from a ZPT: <span tal:content="here/myDTMLmethod/"></span>
I get the HTML text in an un-renderd version: The HTML text appears as. How can I get the HTML included and renderd?
use this: <span tal:content="structure here/myDTMLmethod/"></span> -- michael