29 Jan
2001
29 Jan
'01
10:17 a.m.
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>