mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
merged branch javiereguiluz/master (PR #923)
This PR was merged into the master branch.
Commits
-------
33539fc Fixed a typo in the 'escape' filter documentation.
Discussion
----------
Fixed a typo in the 'escape' filter documentation.
This typo prevents the proper rendering of one code block.
This commit is contained in:
@@ -74,7 +74,7 @@ The ``escape`` filter supports the following escaping strategies:
|
||||
{% endautoescape %}
|
||||
|
||||
When using a variable as the escaping strategy, you should disable
|
||||
automatic escaping::
|
||||
automatic escaping:
|
||||
|
||||
.. code-block:: jinja
|
||||
|
||||
|
||||
Reference in New Issue
Block a user