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:14 -0500 |
| commit | 274ca999825bb782bbbddd769783cf2aa91de7f9 (patch) | |
| tree | 2421dbf40102cdb73e14cfc6c1af90526a75f619 /docs | |
| parent | c182d66f69f61abaf31905e5b3e1f47807e86bf7 (diff) | |
Fixed incorrect namespace in sitemap example.
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 b89a9a13b0..fb3871e58e 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> |
