10 Oct
2002
10 Oct
'02
9:22 p.m.
At 01:49 PM 10/10/2002 -0500, you wrote:
beno wrote:
< is rendered as >
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"
Ah, so *that's* what structure is used for! Thanks again, Evan. (BTW, do you ever tire of answering questions of neophytes like me? How many years has it been...?) beno