Skip to content

Commit 200c460

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix/sitemap-include-group-index
2 parents acd118b + a958373 commit 200c460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooling/docs-assembler/Building/SitemapBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void Generate()
2929
var currentDate = DateTime.UtcNow.ToString("yyyy-MM-ddTHH:mm:sszzz");
3030
var root = new XElement(
3131
"urlset",
32-
new XAttribute("xlmns", "http://www.sitemaps.org/schemas/sitemap/0.9"),
32+
new XAttribute("xmlns", "http://www.sitemaps.org/schemas/sitemap/0.9"),
3333
flattenedNavigationItems
3434
.Select(n => n switch
3535
{

0 commit comments

Comments
 (0)