diff -r 6641e941ef1e -r ff1a9aa48cfd app/django/contrib/sitemaps/templates/sitemap_index.xml --- a/app/django/contrib/sitemaps/templates/sitemap_index.xml Tue Oct 14 12:36:55 2008 +0000 +++ b/app/django/contrib/sitemaps/templates/sitemap_index.xml Tue Oct 14 16:00:59 2008 +0000 @@ -1,5 +1,4 @@ -{% autoescape off %} + -{% for location in sitemaps %}{{ location|escape }}{% endfor %} +{% for location in sitemaps %}{{ location }}{% endfor %} -{% endautoescape %}