Skip to content

Fix autoescaping for Twig 2.x #103

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andriokha
Copy link

Twig 1 and 2 both have an autoescape constructor parameter. In 1.x passing false was the same as passing 'html'. In 2.x you must explicitly pass 'html'.

See

Closes #102.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix autoescaping for Twig 2.x
1 participant