On 8/5/09 10:08, Andy Wardley wrote:
> [% USE search = URL('http://foo.com/search') %]
> <a href="[% search_link(term="Ben & Jerry", page=20) %]">GO</a>
^^^^^
Oops. There's one _link too many in that. It should be:
[% USE search = URL('http://foo.com/search') %]
<a href="[% search(term="Ben & Jerry", page=20) %]">GO</a>
A
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates
