-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Milestone
Description
I see
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:sm="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd">
<sitemap>
<loc> https://neutral-cat.nceas.ucsb.edu/sitemap1.xml </loc>
<lastmod>2019-07-16</lastmod>
</sitemap>
</sitemapindex>and, from looking at the code, it looks like our attempt at making pretty-printed XML with string concatenation isn't working so well. Should be a quick fix.