Darren Chamberlain wrote:
I've defaulted it to ;, as Cees Hek suggested, which does not need to be
encoded, and should therefore jive with everyone's assumptions.
(darren)

I don't think that's a good idea. I would guess that this is used somewhere 
like so:

[% USE url('/foo/bar'); %]
<a href="[% url(this = 'that' fred = 'flintstone') %]">link text</a>
<a href="[% url(foo = 'blah') %]">another link text</a>

I think staying with '&amp;' as the joiner is a good idea. We should let the 
user decide if they want to override that. Code breakage is bad.

-- Josh

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to