diff options
author | mayx <mayx@outlook.com> | 2025-07-15 05:43:20 +0200 |
---|---|---|
committer | mayx <mayx@outlook.com> | 2025-07-15 05:43:20 +0200 |
commit | 3ef5ec378d020844af7d7be99731afc1357a2175 (patch) | |
tree | 141d72270dd2c7f57ef04a2cd1f5be51b58c7ab9 /sitemap.xsl | |
parent | e3cf4e5b9ef18a49b8d0f1d6cc5a7a37be5c6929 (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.xsl | 2 |
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> |