logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: d049ba9fbc5610cff77fb8776927166def2cc325
parent 3b5880c41e8daad6a8ece975e0b05a2ade0e78ff
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 17 Mar 2024 14:48:02 +0100

bookmarks.atom.xsl: Fix xpath to select all bookmark entries

Diffstat:

Mbookmarks.atom.xsl2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bookmarks.atom.xsl b/bookmarks.atom.xsl @@ -14,7 +14,7 @@ <!-- Technically XBEL doesn't have modified for the <xbel> element but whatever--> <updated><xsl:value-of select="/xbel/@modified"/></updated> -<xsl:apply-templates select="/xbel/bookmark"/> +<xsl:apply-templates select="/xbel//bookmark"/> </feed></xsl:template> <xsl:template match="bookmark"> <entry>