Ticket #3061: sitemap.diff

File sitemap.diff, 579 bytes (added by John D'Agostino <john.dagostino@…>, 17 years ago)

fix - change namespace

  • django/contrib/sitemaps/templates/sitemap_index.xml

     
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemapindex/0.9">
     2<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    33{% for location in sitemaps %}<sitemap><loc>{{ location|escape }}</loc></sitemap>{% endfor %}
    44</sitemapindex>
Back to Top