4 Jan
2000
4 Jan
'00
10:58 a.m.
With above corrections, you're code should read:
This worked. Now, what if I need to assign again to the same variable: <dtml-let Size="'big'"> <dtml-let Size="'bi'"> <dtml-if "Size=='big'"><h1></dtml-if> Hello. <dtml-if "Size=='big'"></h1></dtml-if> </dtml-let> It complains about let tag not being closed. Do I need to nest let tags? It sounds silly... -- Milos Prudek