diff options
author | mayx | 2025-07-10 10:06:01 +0000 |
---|---|---|
committer | mayx | 2025-07-10 10:06:01 +0000 |
commit | 4f3bab2162e8d57474ad22927ecc27dbc1711a1e (patch) | |
tree | 50bdc1e19af7d196c472fd56cc559cf354dc378e /sitemap.xsl | |
parent | 4da75fcf15c322bdf6a0bb344b1b424326b79333 (diff) |
Update 3 files
- /_data/links.csv - /_data/proxylist.yml - /sitemap.xsl
Diffstat (limited to 'sitemap.xsl')
-rw-r--r-- | sitemap.xsl | 12 |
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 |