[Zope] HTML-Code in variables

Lars Heber lheber@debis.com
Fri, 06 Oct 2000 18:25:01 +0200


Hi again,

this time I'd like to put some html-code in a variable via <dtml-let>.

Unfortunately, when I have the following:

<dtml-let myText="'<h1>this is some html</h1>'">...

results in the following string: "&lt;h1&gt;this is some html&lt;/h2&gt;

What can I do against it???

TIA

Lars