16 Feb
2000
16 Feb
'00
5:57 p.m.
Daniel Yoo wrote:
Sorry for bothering you about this, but I've been trying to go through your Let Tag howto. I'm doing this on 2.1.4, and I get the feeling that some features have deprecated. Your example:
<dtml-let name="bob" relation="uncle"> <dtml-var name> is your <dtml-var relation> </dtml-let>
doesn't work for me; I have to add an additional set of quotes to make it work:
<dtml-let name="'bob'" relation="'uncle'"> <dtml-var name> is your <dtml-var relation> </dtml-let>
Your code is correct, the example in the how-to is incorrect. I need to fix it. -Michel