We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03242d commit a958373Copy full SHA for a958373
src/tooling/docs-assembler/Building/SitemapBuilder.cs
@@ -29,7 +29,7 @@ public void Generate()
29
var currentDate = DateTime.UtcNow.ToString("yyyy-MM-ddTHH:mm:sszzz");
30
var root = new XElement(
31
"urlset",
32
- new XAttribute("xlmns", "http://www.sitemaps.org/schemas/sitemap/0.9"),
+ new XAttribute("xmlns", "http://www.sitemaps.org/schemas/sitemap/0.9"),
33
flattenedNavigationItems
34
.OfType<FileNavigationItem>()
35
.Select(n => n.Model.Url)
0 commit comments