From: Armin Ronacher Date: Sun, 15 Apr 2007 13:16:08 +0000 (+0200) Subject: [svn] fixed docstring X-Git-Tag: 2.0rc1~353 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8ca55df554c93fbbd8031c6ae2a906888803aabe;p=jinja2.git [svn] fixed docstring --HG-- branch : trunk --- diff --git a/jinja/filters.py b/jinja/filters.py index 6af5cec..73db407 100644 --- a/jinja/filters.py +++ b/jinja/filters.py @@ -124,7 +124,7 @@ def do_xmlattr(): All values that are neither `none` nor `undefined` are automatically escaped: - .. sourcecode:: html + .. sourcecode:: html+jinja @@ -133,6 +133,8 @@ def do_xmlattr(): Results in something like this: + .. sourcecode:: html +