mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-03 05:56:43 +00:00
Update templates.rst
This commit is contained in:
committed by
Fabien Potencier
parent
e542b9d5a1
commit
4904f38e32
+1
-1
@@ -441,7 +441,7 @@ Escaping works by using the :doc:`escape<filters/escape>` or ``e`` filter:
|
||||
{{ user.username|e }}
|
||||
|
||||
By default, the ``escape`` filter uses the ``html`` strategy, but depending on
|
||||
the escaping context, you might want to explicitly use an other strategy:
|
||||
the escaping context, you might want to explicitly use another strategy:
|
||||
|
||||
.. code-block:: twig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user