... | ... |
@@ -322,8 +322,8 @@ output escaping strategy:: |
322 | 322 |
$escaper = new Twig_Extension_Escaper(true); |
323 | 323 |
$twig->addExtension($escaper); |
324 | 324 |
|
325 |
-If set to ``true``, all variables in templates are escaped, except those using |
|
326 |
-the ``raw`` filter: |
|
325 |
+If set to ``true``, all variables in templates are escaped (using the ``html`` |
|
326 |
+escaping strategy), except those using the ``raw`` filter: |
|
327 | 327 |
|
328 | 328 |
.. code-block:: jinja |
329 | 329 |
|