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:[EMAIL PROTECTED]]
Sent: Monday, January 29, 2001 12:58 PM
To: [EMAIL PROTECTED]
Subject: [Zope] let problem (or just a stupid newbie)
<snip>
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )