trsteel88 / TrsteelCkeditorBundle

Symfony2 bundle for easy integration of the CKEditor WYSIWYG
97 stars 58 forks source link

Autoescape true is deprecated #105

Closed Thorry84 closed 7 years ago

Thorry84 commented 8 years ago

In ckeditor_widget.html.twig line 6:

{% autoescape true js %}

This is deprecated since twig 1.21, the correct syntax is:

{% autoescape 'js' %}

trsteel88 commented 7 years ago

Updated in v1.11.0