* Dylan Vanderhoof <[EMAIL PROTECTED]> [2006-09-07 22:50]:
> If I use [% args.title.replace( '\'', '%27' ) %], then the
> error goes away, but I get exactly that in the params of the
> new window, and I'd really like it unquoted when it hits
> Catalyst on the new window.
>
> Any suggestions for how to get around this?
args.title.replace( '\'', '\'\\\'' )
Untested.
Regards,
--
Aristotle Pagaltzis // <http://plasmasturm.org/>
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/