From: Fabien Potencier Date: Fri, 27 Apr 2012 12:21:26 +0000 (+0200) Subject: tweaked doc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=2a2aeee8e0500321f970225f3195bad98b41c882;p=web%2Fkonrad%2Ftwig.git tweaked doc --- diff --git a/doc/api.rst b/doc/api.rst index 39e4ca2..7feec89 100644 --- 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