From: Armin Ronacher Date: Sun, 15 Apr 2007 13:21:11 +0000 (+0200) Subject: [svn] fixed another typo X-Git-Tag: 2.0rc1~352 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=548a35e6feed590bba18bcde15a5062cbae98b69;p=jinja2.git [svn] fixed another typo --HG-- branch : trunk --- diff --git a/jinja/filters.py b/jinja/filters.py index 73db407..cc93be2 100644 --- a/jinja/filters.py +++ b/jinja/filters.py @@ -127,7 +127,7 @@ def do_xmlattr(): .. sourcecode:: html+jinja + 'id': 'list-%d'}|format(variable) }}> ...