projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
96596d5
)
typo
author
Tobias Schultze
<webmaster@tubo-world.de>
Thu, 19 Jan 2012 10:11:49 +0000 (11:11 +0100)
committer
Tobias Schultze
<webmaster@tubo-world.de>
Thu, 19 Jan 2012 10:11:49 +0000 (11:11 +0100)
doc/api.rst
patch
|
blob
|
history
diff --git
a/doc/api.rst
b/doc/api.rst
index
ebfef3a
..
864585e
100644
(file)
--- a/
doc/api.rst
+++ b/
doc/api.rst
@@
-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::