From 2a2aeee8e0500321f970225f3195bad98b41c882 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 27 Apr 2012 14:21:26 +0200 Subject: [PATCH] tweaked doc --- doc/api.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.2.5