fixed markup in docs

This commit is contained in:
Fabien Potencier
2019-05-03 05:45:17 +02:00
parent ed083c8a93
commit d3acd0bede
+2 -4
View File
@@ -902,10 +902,8 @@ the modifiers on one side of a tag or on both sides:
{# output will be <div><strong>foo bar</strong></div> #}
.. note::
The ``apply`` tag was introduced in Twig 1.40; use the ``filter`` tag with
previous versions.
Note that the ``apply`` tag was introduced in Twig 1.40; use the ``filter``
tag with previous versions.
Extensions
----------