[Catalyst] A couple (probably dumb) questions about TT
    A. Pagaltzis 
    pagaltzis at gmx.de
       
    Fri Sep  8 00:03:33 CEST 2006
    
    
  
* 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/>
    
    
More information about the Catalyst
mailing list