Tatsuhiko Miyagawa wrote:
> So why not adding this filter as 'uri_full' or something, to TT itself?
I borrowed the code from URI::Escape which doesn't escape the '&' on the
premise that it could be a valid character in a URI.
Better is to use the URL plugin. This understands the difference between
URL path and params and Does The Right Thing.
[% USE url('action', file='foo & bar.txt') %]
<a href="[% url %]">link</a>
A
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.ourshack.com/mailman/listinfo/templates