Skip to content

Commit eb82c82

Browse files
authored
fix missing closing tag in sitemapindex.xml
- distopia sitemap entry was missing closing </loc> - should have caught it in review of #201
1 parent 043614c commit eb82c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sitemapindex.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
2727
<loc>https://www.mdanalysis.org/pytng/sitemap.xml</loc>
2828
</sitemap>
2929
<sitemap>
30-
<loc>https://www.mdanalysis.org/distopia/sitemap.xml
30+
<loc>https://www.mdanalysis.org/distopia/sitemap.xml</loc>
3131
</sitemap>
3232
</sitemapindex>

0 commit comments

Comments
 (0)