Fixed a typo in the 'escape' filter documentation.
authorJavier Eguiluz <javier.eguiluz@gmail.com>
Thu, 6 Dec 2012 18:40:31 +0000 (19:40 +0100)
committerJavier Eguiluz <javier.eguiluz@gmail.com>
Thu, 6 Dec 2012 18:40:31 +0000 (19:40 +0100)
This typo prevents the proper rendering of one code block.

doc/filters/escape.rst

index 5c3bec4..5ade7d7 100644 (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