Have done that. escaping_strategy is on and set to ESC_SPESCIALCHARS. To problem is with the implementation of the htmlspecialchars.
On 19 Okt, 23:10, Alexandre SALOME <[email protected]> wrote: > Check your settings.yml in config folder of your application. There is an > escaping strategy that can be enabled by default. > > Make some debug to see if your variable during the process are as expected. > > Alexandre > > 2009/10/19 gunnarlium <[email protected]> > > > > > > > > > Hi! > > > I have a problem with variables being double escaped when passed to a > > partial. I'm experiencing this issue for example with the & character. > > In the source code it ends up as &amp;. This problem goes away if > > I hack EscapingHelper.php to add a fourth variable false to the > > htmlspecialchars. > > > Why is this not the default options? Seems more sensible to me (at > > least for this use case)? > > > Would it make sense to make configureable? > > -- > Alexandre Salomé -- [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
