[Catalyst] A couple (probably dumb) questions about TT
Dylan Vanderhoof
DylanV at semaphore.com
Fri Sep 8 00:15:16 CEST 2006
Not sure why I didn't think of that, but no dice I'm afraid. TT quoted
the backslash, but not the tick.
Ended up with this:
Who%5C's
You did kinda set me on the right path though, it sounds like what I
really need is an unquoted backslash. Just not sure how to convince TT
to do that.
-Dylan
> -----Original Message-----
> From: A. Pagaltzis [mailto:pagaltzis at gmx.de]
> Sent: Thursday, September 07, 2006 3:04 PM
> To: The elegant MVC web framework
> Subject: Re: [Catalyst] A couple (probably dumb) questions about TT
>
>
> * Dylan Vanderhoof <DylanV at semaphore.com> [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: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
>
More information about the Catalyst
mailing list