"url"-type in escape modifier
[email protected] (messju mohr)
| Newsgroups | php.smarty.dev |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I just noticed, that smarty's escape-modifier uses php's urlencode()
when used like "{$var|escape:url}".
I suggest changing this to rawurlencode().
The "+" sign for a space (when converted by urlencode()) seems to make
problems in Firefox 1.0, for example. The RFC-1738-compliant "%20"
(when converted by rawurlencode) doesn't seem to make any problems.
Are there any objections against changing this?
greetings
messju