summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
Diffstat (limited to 'xslt')
-rw-r--r--xslt/sp-summary.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/sp-summary.xslt b/xslt/sp-summary.xslt
index a580c83e..e630c954 100644
--- a/xslt/sp-summary.xslt
+++ b/xslt/sp-summary.xslt
@@ -70,7 +70,7 @@
<xsl:template match="samla:AttributeValue">
<xsl:call-template name="string-replace-all">
- <xsl:with-param name="text" select="substring-after(text(),'/category/')" />
+ <xsl:with-param name="text" select="text()" />
<xsl:with-param name="replace" select="'-'" />
<xsl:with-param name="by" select="'-'" />
</xsl:call-template>