Skip to content

Commit 39fe271

Browse files
ar4stimgraham
authored andcommitted
[1.9.x] Fixed incorrect namespace in sitemap example.
Backport of 274ca99 from master
1 parent e1b8ac5 commit 39fe271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/contrib/sitemaps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ generate a Google News compatible sitemap:
459459
<?xml version="1.0" encoding="UTF-8"?>
460460
<urlset
461461
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
462-
xmlns:news="https://www.google.com/schemas/sitemap-news/0.9">
462+
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
463463
{% spaceless %}
464464
{% for url in urlset %}
465465
<url>

0 commit comments

Comments
 (0)