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:
Fabien Potencier
2012-12-06 21:30:34 +01:00
+1 -1
View File
@@ -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