fixed bug in jinja doc
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 8 Sep 2007 11:59:04 +0000 (13:59 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 8 Sep 2007 11:59:04 +0000 (13:59 +0200)
--HG--
branch : trunk

docs/src/scopes.txt

index 52a30bf453bc9d6b0434c9f67647557a9b7812fa..4938aca2bdefcb1d4ea76809ba8486db361cb0a7 100644 (file)
@@ -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 %}