commit 7b9c1e733b607af2e089421d929a3cbf3f1deaab
parent dec620c7bc842add097201f0c904a39cc5956c9c
Author: Isabelle K <hi@f2k1.de>
Date: Sun, 7 Mar 2021 01:49:38 +0100
parent dec620c7bc842add097201f0c904a39cc5956c9c
Author: Isabelle K <hi@f2k1.de>
Date: Sun, 7 Mar 2021 01:49:38 +0100
webmusic.xslt: add trailing slash to directories
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webmusic.xslt b/webmusic.xslt @@ -82,7 +82,7 @@ </xsl:attribute> <xsl:attribute name="href"> <xsl:call-template name="url-encode"> - <xsl:with-param name="str" select="concat($path, current())" /> + <xsl:with-param name="str" select="concat($path, current(), '/')" /> </xsl:call-template> </xsl:attribute> <xsl:value-of select="." />