mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 02:16:41 +00:00
typo
This commit is contained in:
+1
-1
@@ -331,7 +331,7 @@ You can also change the escaping mode locally by using the ``autoescape`` tag:
|
||||
{% autoescape true %}
|
||||
{{ var }}
|
||||
{{ var|raw }} {# var won't be escaped #}
|
||||
{{ var|escape }} {# var won't be doubled-escaped #}
|
||||
{{ var|escape }} {# var won't be double-escaped #}
|
||||
{% endautoescape %}
|
||||
|
||||
.. warning::
|
||||
|
||||
Reference in New Issue
Block a user