[Zope] let problem (or just a stupid newbie)
Etienne Labuschagne
etiennel@geospace.co.za
Mon, 29 Jan 2001 12:17:12 +0200
Hi there
You must close the <dtml-let> tag like below (exactly what the error said ;)
<dtml-var standard_html_header>
<dtml-let person="'Bob'">
<dtml-var person>
--> </dtml-let>
<dtml-var standard_html_footer>
-----Original Message-----
From: Hans de Wit [mailto:hw@scp.nl]
Sent: Monday, January 29, 2001 12:58 PM
To: zope@zope.org
Subject: [Zope] let problem (or just a stupid newbie)
<snip>