11 Apr
2001
11 Apr
'01
10:05 p.m.
Godefroid Chapelle writes:
How are you inserting the result of this function? If you use the entit= y syntax &dtml-foo;, it does html quoting automatically.
The problem is the automatic html quoting, I want to avoid it and do not know how ?
&dtml.-foo; Note the period after "dtml". It prevents html quoting. More information in the "Document Template" section of URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html Dieter