From 8ca55df554c93fbbd8031c6ae2a906888803aabe Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 15 Apr 2007 15:16:08 +0200 Subject: [PATCH] [svn] fixed docstring --HG-- branch : trunk --- jinja/filters.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + -- 2.26.2