This commit is contained in:
Tobias Schultze
2012-01-19 11:11:49 +01:00
parent 96596d5c7f
commit 83a30739b4
+1 -1
View File
@@ -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::