Re: [symfony-users] escaping_strategy in partials

2009-12-07 Thread Christopher Schnell
Yeah, I am great. Finding the solution 20 seconds after posting to the mailing list. For anyone interested: try $mydata)),ENT_QUOTES); ?> regards, Christopher. Christopher Schnell schrieb: > Hi, > > is there any way to remove escaping from a partial? The reason for my > question is the fol

[symfony-users] escaping_strategy in partials

2009-12-07 Thread Christopher Schnell
Hi, is there any way to remove escaping from a partial? The reason for my question is the following: In one of my projects, I am creating a datagrid with the JQuery Plugin jqgrid. jqgrid wants the data as JSON meaning something like var mydata=[{"id":1,"name":"Doe"}]... Now, I need almost the s