From 33539fcab36b465fae78ddfb69a27ade76101949 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 6 Dec 2012 19:40:31 +0100 Subject: [PATCH] Fixed a typo in the 'escape' filter documentation. This typo prevents the proper rendering of one code block. --- doc/filters/escape.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/filters/escape.rst b/doc/filters/escape.rst index 5c3bec4..5ade7d7 100644 --- a/doc/filters/escape.rst +++ b/doc/filters/escape.rst @@ -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 -- 1.7.2.5