summaryrefslogtreecommitdiff
path: root/sitemap.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'sitemap.xsl')
-rw-r--r--sitemap.xsl12
1 files changed, 6 insertions, 6 deletions
diff --git a/sitemap.xsl b/sitemap.xsl
index 6cf398e..256704b 100644
--- a/sitemap.xsl
+++ b/sitemap.xsl
@@ -8,12 +8,12 @@ title: Sitemap
<ul>
<xsl:for-each select="sm:urlset">
<xsl:for-each select="sm:url">
- <li>
- <a>
- <xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
- <xsl:value-of select="sm:loc" />
- </a>
- </li>
+ <li>
+ <a>
+ <xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
+ <xsl:value-of select="sm:loc" />
+ </a>
+ </li>
</xsl:for-each>
</xsl:for-each>
</ul> \ No newline at end of file