summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-11-25 05:22:22 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-11-25 05:22:22 +0000
commitc4673e4fb68237f96652d7372bec0283c5446c27 (patch)
tree5d80f9d3d9b0da6d88201a3bbcaf488b47a3b7a7
parent6fab0ffcadf513eb6ce1122b7203457ad4e29181 (diff)
downloaddjango-c4673e4fb68237f96652d7372bec0283c5446c27.tar.gz
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
-rw-r--r--django/contrib/sitemaps/templates/sitemap_index.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<?xml version="1.0" encoding="UTF-8"?>
-<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemapindex/0.9">
+<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for location in sitemaps %}<sitemap><loc>{{ location|escape }}</loc></sitemap>{% endfor %}
</sitemapindex>