fixed formatting
This commit is contained in:
parent
ba27e70fe3
commit
948c186cb5
|
@ -107,6 +107,7 @@ namespace Oqtane.Pages
|
||||||
}
|
}
|
||||||
writer.Close();
|
writer.Close();
|
||||||
}
|
}
|
||||||
|
// Cache the sitemap XML
|
||||||
sitemapXml = builder.ToString();
|
sitemapXml = builder.ToString();
|
||||||
|
|
||||||
return Content(sitemapXml, "application/xml");
|
return Content(sitemapXml, "application/xml");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user