From af256a02f9d72c0c0ecf03a9814d8cb9ebdc5e0c Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 11 Nov 2007 04:44:11 +0000 Subject: [PATCH] Fixed #5890 -- Fixed a ReST markup error. Thanks, arien. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6667 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/sitemaps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sitemaps.txt b/docs/sitemaps.txt index 1d4fba2626..eb749dda2f 100644 --- a/docs/sitemaps.txt +++ b/docs/sitemaps.txt @@ -47,7 +47,7 @@ Initialization ============== To activate sitemap generation on your Django site, add this line to your -URLconf_: +URLconf_:: (r'^sitemap.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': sitemaps})