projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3697ef4
)
tweaked doc
author
Fabien Potencier
<fabien.potencier@gmail.com>
Fri, 27 Apr 2012 12:21:26 +0000 (14:21 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Fri, 27 Apr 2012 12:21:26 +0000 (14:21 +0200)
doc/api.rst
patch
|
blob
|
history
diff --git
a/doc/api.rst
b/doc/api.rst
index
39e4ca2
..
7feec89
100644
(file)
--- a/
doc/api.rst
+++ b/
doc/api.rst
@@
-322,8
+322,8
@@
output escaping strategy::
$escaper = new Twig_Extension_Escaper(true);
$twig->addExtension($escaper);
-If set to ``true``, all variables in templates are escaped, except those using
-the ``raw`` filter:
+If set to ``true``, all variables in templates are escaped (using the ``html``
+escaping strategy), except those using the ``raw`` filter:
.. code-block:: jinja