From a47bffad177f11c79850c53bc5289ca5a4688c04 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Mon, 1 Sep 2008 23:57:55 +0000 Subject: [PATCH] Fixed #8757: Corrected formatting of inclusion tag example git-svn-id: http://code.djangoproject.com/svn/django/trunk@8828 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/howto/custom-template-tags.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt index 4477f6bb83..418a3136ae 100644 --- a/docs/howto/custom-template-tags.txt +++ b/docs/howto/custom-template-tags.txt @@ -719,7 +719,7 @@ like: Jump directly to {{ title }}. Then, any time you want to use that custom tag, load its library and call it -without any arguments, like so:: +without any arguments, like so: .. code-block:: html+django