14 Feb
2003
14 Feb
'03
6:55 p.m.
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