From: Armin Ronacher Date: Sat, 6 Feb 2010 15:36:52 +0000 (+0100) Subject: Fixed typo in documentation. X-Git-Tag: 2.3~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=890dac016afa366faad89fa8512540f66dfa1567;p=thirdparty%2Fjinja.git Fixed typo in documentation. --HG-- branch : trunk --- diff --git a/docs/templates.rst b/docs/templates.rst index 732845ab..33bbaeb5 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -541,7 +541,7 @@ by using `else`::
  • {{ user.username|e }}
  • {% else %}
  • no users found
  • - {% endif %} + {% endfor %} It is also possible to use loops recursively. This is useful if you are