From c4673e4fb68237f96652d7372bec0283c5446c27 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 25 Nov 2006 05:22:22 +0000 Subject: [PATCH] per-object-permissions: Merged to trunk [4101] git-svn-id: http://code.djangoproject.com/svn/django/branches/per-object-permissions@4102 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/sitemaps/templates/sitemap_index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/sitemaps/templates/sitemap_index.xml b/django/contrib/sitemaps/templates/sitemap_index.xml index 9f39bb879f..a2bcce85dc 100644 --- a/django/contrib/sitemaps/templates/sitemap_index.xml +++ b/django/contrib/sitemaps/templates/sitemap_index.xml @@ -1,4 +1,4 @@ - + {% for location in sitemaps %}{{ location|escape }}{% endfor %}