[1.10.x] Fixed incorrect namespace in sitemap example.

Backport of 274ca999825bb782bbbddd769783cf2aa91de7f9 from master
This commit is contained in:
Arkadiusz Adamski 2017-01-30 18:07:14 +01:00 committed by Tim Graham
parent a52b223f74
commit 672aea5164

View File

@ -456,7 +456,7 @@ generate a Google News compatible sitemap:
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:news="https://www.google.com/schemas/sitemap-news/0.9">
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
{% spaceless %}
{% for url in urlset %}
<url>