j
k
j a
j l
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.
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. cheers, Chris
Back to the thread
Back to the list