28 Jun
2001
28 Jun
'01
9:02 p.m.
Petr Knapek writes:
Hi Zopists,
is it bug or feature, when I do this:
<dtml-var id url_quote>
then not only 'id' is returned, but something what looks like this:
<dtml-var REQUEST['URL']>/<dtml-var id> where id is url_quoted.
Shouldn't only url_quoted value of id be returned instead of the above noted URI? I use Zope 2.3.1 with python 1.5.2 on Debian and FreeBSD. Apparently, "dtml-var" recognizes Parenthesis
Dieter