[Zope] html text entities in forms

Dieter Maurer dieter@handshake.de
Wed, 25 Jul 2001 21:17:22 +0200 (CEST)


Mark James Adams writes:
 > I noticed that when the ZMI displays forms, it translates all the HTML 
 > markup characters into HTML entities. Thus, somthing like:
Use the entity syntax or the "html_quote" attribute to "dtml-var".

More info:

  URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html



Dieter