summaryrefslogtreecommitdiff
path: root/sitemap.xsl
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-07-15 05:43:20 +0200
committermayx <mayx@outlook.com>2025-07-15 05:43:20 +0200
commit3ef5ec378d020844af7d7be99731afc1357a2175 (patch)
tree141d72270dd2c7f57ef04a2cd1f5be51b58c7ab9 /sitemap.xsl
parente3cf4e5b9ef18a49b8d0f1d6cc5a7a37be5c6929 (diff)
Update 5 files
- /.github/PULL_REQUEST_TEMPLATE.yml - /assets/js/rss-feed-preview.js - /links.md - /sitemap.xsl - /.github/PULL_REQUEST_TEMPLATE.md
Diffstat (limited to 'sitemap.xsl')
-rw-r--r--sitemap.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemap.xsl b/sitemap.xsl
index 256704b..4485c3b 100644
--- a/sitemap.xsl
+++ b/sitemap.xsl
@@ -11,7 +11,7 @@ title: Sitemap
<li>
<a>
<xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
- <xsl:value-of select="sm:loc" />
+ <xsl:value-of select="sm:loc" />
</a>
</li>
</xsl:for-each>