18 Feb
2001
18 Feb
'01
2:53 p.m.
On Fri, Feb 16, 2001 at 07:31:46PM +0100, Erik Enge wrote:
[Anderson Ami]
| I need a help of you, I want translate a string like "absolute value" to | querystring format "absolute%20value", is there any functions that do it ?
Yes. Try html_quote;
<dtml-var absolute_value html_quote>
Actually, It is "url_quote" or "url_quote_plus", not "html_quote". -- Roberto Lupi