Skip to content

Fix autoescaping for Twig 2.x#103

Open
andriokha wants to merge 1 commit intoknapsack-cloud:masterfrom
FabbDev:bugfix/twig-2-autoescape
Open

Fix autoescaping for Twig 2.x#103
andriokha wants to merge 1 commit intoknapsack-cloud:masterfrom
FabbDev:bugfix/twig-2-autoescape

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