Skip to content
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

Fix autoescaping for Twig 2.x #103

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.

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
- https://github.com/twigphp/Twig/blob/0887422319889e442458e48e2f3d9add1a172ad5/src/Environment.php#L111
- https://github.com/twigphp/Twig/blob/872646a70ff83b3628d50c9bafa117af9f1da59e/src/Environment.php#L92

Closes knapsack-cloud#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