<dtml-in expr="_.range(3)">
...
</dtml-in>
----- Original Message -----
From: Mohammed Tlais
To: zope@zope.org
Sent: Thursday, October 04, 2007 1:18 PM
Subject: [Zope] Tag is not closed

Greetings
 
I am trying to test a dtml expression with a python built-in method as follows
 

[code]

<dtml-in expr="_.range(3)">

[/code]

When I want to save I got :

Error Value: No closing tag, for tag &lt;dtml-in expr=&quot;_.range(3)&quot;&gt;, on line 2 of loop


_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )