[Zope] Stop Interpreting My ASCII!!!

Ben Ocean zope@thewebsons.com
Sat, 21 Jul 2001 11:07:00 -0700


Hi;
This is probably a Python question, but I'm using this tag:
<!--#var expr="_.whrandom.choice(testimonials.objectValues())"-->
When an object is selected it_gets_read_as_ASCII, thus, this line:

<select>

looks like this:

&lt;select&gt;

As a result, I can't use HTML! How do I keep it from doing that?
TIA,
BenO