Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[TwigBundle] update the default Twig escape strategy#7089
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
reference/configuration/twig.rst Outdated
| contentsaccording to the filename extension (e.g. it uses ``html`` for | ||
| ``*.html.twig``templates and ``js`` for ``*.js.html`` templates). | ||
| and ``name``. The default value is ``name``. This strategy escapes contents | ||
| according to the filename extension (e.g. it uses ``html`` for ``*.html.twig`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
according to the filename extension ->according to the template name extension ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
done
javiereguiluz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
1d717ae to402d556Comparewouterj commentedNov 10, 2016
Thanks! |
…abbuh)This PR was merged into the 2.7 branch.Discussion----------[TwigBundle] update the default Twig escape strategyreflect the changes made insymfony/symfony#20224Commits-------402d556 update the default Twig escape strategy
reflect the changes made insymfony/symfony#20224