Ah ok, gotcha.. thanks!! - C ----- Original Message ----- From: "Pierre-Julien Grizel" <grizel@mouli.net> To: "Chris McDonough" <chrism@digicool.com>; "Zope mailing list" <zope@zope.org> Sent: Friday, April 06, 2001 10:00 AM Subject: Re: [Zope] Problem with PythonScript and embedded HTML Oups... Ok, let me explain. Here is the copy of my bug request : """ If I type for example "<" in the title property of a DTML Document, it is showed as "<" when I valid the edit form. If I do the same with a Folder, it is rendered as "<", which is the normal and safe behaviour (and is the behaviour of 1.2.x versions). BTW, the Properties form of the DTML Document behaves correctly as well. """ So it lacked an html_quote id editDocument.dtml - that's all ! :-) Hope this is clearer now ! :-) P.-J.