Auto-escaping was just removed from PHP. As far as I know, it's still in Twig.
The fact that |raw doesn't do anything and |e can double-scape is quite strange. Might want to report this as a Twig issue on fabpot's git repository (ideally with a code example). On Wed, Dec 8, 2010 at 8:18 PM, Dennis Jacobfeuerborn < [email protected]> wrote: > Adding |raw doesn't change anything but adding |e escapes the string again. > Wrapping this in an autoescape off tag makes it work but how do I disable > the auto escaping globally? I don't want to litter my templates with > autoescape tags. > > I was under the impression that auto-escaping had been disabled: > https://groups.google.com/d/topic/symfony-devs/kl1A8c_3_hE/discussion > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-devs%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- jeremy mikola -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
