summaryrefslogtreecommitdiff
path: root/sitemap.xsl
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-07-10 12:06:01 +0200
committermayx <mayx@outlook.com>2025-07-10 12:06:01 +0200
commit4f3bab2162e8d57474ad22927ecc27dbc1711a1e (patch)
tree50bdc1e19af7d196c472fd56cc559cf354dc378e /sitemap.xsl
parent4da75fcf15c322bdf6a0bb344b1b424326b79333 (diff)
Update 3 files
- /_data/links.csv - /_data/proxylist.yml - /sitemap.xsl
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