Why does EX1 return the raw text (and shows the html) and the second returns
the html (nicely) into the page?

EX1:

<dtml-var expr="_.whrandom.choice(tips.objectValues())">


EX2:

<dtml-in "tips.objectValues()">
    <dtml-var sequence-item>
</dtml-in>


Better way to do EX1?

Thanks,
J


_______________________________________________
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