[Zope] DTML method that displays comments when called from
a DTML document
Dylan Reinhardt
zope@dylanreinhardt.com
Fri, 14 Feb 2003 10:55:09 -0800
At 01:11 AM 2/14/2003, Chris Withers wrote:
>Dylan Reinhardt wrote:
>>To fix the second case, use
>><dtml-var "spam">
>>instead of
>><dtml-var spam>
>>The former *evaluates* spam while the latter merely binds to it.
>
>I'm pretty sure you've got those two the wrong way round.
Sorry... you are correct, of course. That's what I get for helping without
testing... :-)
Thanks for the correction.
Dylan