Bug?  Or am I missing something.

Create a default document called 'index_html', with these contents:

<dtml-var standard_html_header>
<dtml-if "id == 'index_html'">
index_html == <dtml-var id>
<dtml-else>
index_html != <dtml-var id>
</dtml-if>
<dtml-var standard_html_footer>

Basically, we're comparing the document id -- "index_html" to the string
"index_html".

If you run it, the results say:

index_html != index_html

Why is that??  Any help?  Ideas?

Thanks
PK


_______________________________________________
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 )

Reply via email to