tweaked doc
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 27 Apr 2012 12:21:26 +0000 (14:21 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 27 Apr 2012 12:21:26 +0000 (14:21 +0200)
doc/api.rst

index 39e4ca2..7feec89 100644 (file)
@@ -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