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:28 -0500 |
| commit | f11c0008bc4020fd5f4c02e4ee500a0fc58f0ab3 (patch) | |
| tree | bbe23da1a3bc5d2d15579076a601a74d9327a19f /docs | |
| parent | b183abfc8d09ecc1ee4ace4e0c6d11bd9d42b2fb (diff) | |
[1.11.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> |
