mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +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 %}
|
{% autoescape true %}
|
||||||
{{ var }}
|
{{ var }}
|
||||||
{{ var|raw }} {# var won't be escaped #}
|
{{ var|raw }} {# var won't be escaped #}
|
||||||
{{ var|escape }} {# var won't be doubled-escaped #}
|
{{ var|escape }} {# var won't be double-escaped #}
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|||||||
Reference in New Issue
Block a user