diff --git a/doc/tags/autoescape.rst b/doc/tags/autoescape.rst index 8c621d3a8..2708009c6 100644 --- a/doc/tags/autoescape.rst +++ b/doc/tags/autoescape.rst @@ -41,7 +41,8 @@ Functions returning template data (like :doc:`macros` and .. note:: Twig is smart enough to not escape an already escaped value by the - :doc:`escape<../filters/escape>` filter. + :doc:`escape<../filters/escape>` filter when the automatic escaping + strategy is the same as the one applied by the escape filter. .. note::