diff options
| author | Arkadiusz Adamski <ar4s@users.noreply.github.com> | 2017-01-30 18:07:14 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-30 12:07:43 -0500 |
| commit | 672aea516449dc7cd9ca258be9c4d54281c66a82 (patch) | |
| tree | f665b201619977dd5845520563d777c8fa034816 /docs | |
| parent | a52b223f74eab7a6ddaa855c2ad30fde4cdf397a (diff) | |
[1.10.x] Fixed incorrect namespace in sitemap example.
Backport of 274ca999825bb782bbbddd769783cf2aa91de7f9 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/sitemaps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index d3ce1cdb7f..16b1855c99 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -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> |
