On Tue, Dec 4, 2012 at 5:22 AM, Marc SCHAEFER <[email protected]> wrote:
> Hi,
>
> for some time I write things like this in my templates:
>
> <a href="[% c.uri_for(c.controller.action_for('object'), [ file ])
> %]"><img src="[% c.uri_for(c.controller.action_for('thumbnail'), [ file ])
> %]" alt="[% video | html %]" /></a>
>
I've always used href="[% c.uri_for( ... ) | html %]"
--
Bill Moseley
[email protected]
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/