From: Armin Ronacher Date: Sat, 8 Sep 2007 11:59:04 +0000 (+0200) Subject: fixed bug in jinja doc X-Git-Tag: 2.0rc1~275 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=306971d9a2ffe509292d51d760b4e637d86ac41a;p=jinja2.git fixed bug in jinja doc --HG-- branch : trunk --- diff --git a/docs/src/scopes.txt b/docs/src/scopes.txt index 52a30bf..4938aca 100644 --- a/docs/src/scopes.txt +++ b/docs/src/scopes.txt @@ -170,7 +170,7 @@ Normally you cannot override a variable from an outer scope, you can just hide it. There is however a way to override a variable from an outer scope using the `set` tag, postfixed with a bang (!): -.. source:: jinja +.. sourcecode:: jinja {% set last_item = none %} {% for item in seq %}