[Zope] assignment problems

Milos Prudek prudek@nembv.cz
Tue, 04 Jan 2000 11:58:17 +0100


> 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