merged branch Tobion/patch-2 (PR #606)

Commits
-------

83a3073 typo

Discussion
----------

typo
This commit is contained in:
Fabien Potencier
2012-01-21 07:18:00 +01:00
+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::