From: Javier Eguiluz Date: Thu, 6 Dec 2012 18:40:31 +0000 (+0100) Subject: Fixed a typo in the 'escape' filter documentation. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=33539fcab36b465fae78ddfb69a27ade76101949;p=web%2Fkonrad%2Ftwig.git Fixed a typo in the 'escape' filter documentation. This typo prevents the proper rendering of one code block. --- 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