From: Chenguang Zhang Date: Tue, 24 Jun 2014 08:04:35 +0000 (+0800) Subject: Fix missing " in docs/tricks.rst X-Git-Tag: 2.8~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=183e4787b25e6ea18221bfd1a6b18fc1d07b7a0e;p=thirdparty%2Fjinja.git Fix missing " in docs/tricks.rst --- diff --git a/docs/tricks.rst b/docs/tricks.rst index 122c079a..61647fff 100644 --- a/docs/tricks.rst +++ b/docs/tricks.rst @@ -93,7 +93,7 @@ desired to have access to an outer loop it's possible to alias it:: {% set rowloop = loop %} {% for cell in row %} - {{ cell }} {% endfor %} {% endfor %}