diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-09-10 09:22:35 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-09-10 09:22:35 +0200 |
commit | 4b43a34593116a610d394f8149d6da78e2d01879 (patch) | |
tree | 11b3b6156c076968e75526176703b17ec9b7dc96 /xslt | |
parent | 4d04edfb4a2e27a2d53bcde9875705920db0ba76 (diff) |
Changed to also include code-of-conduct
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/sp-summary.xslt | 2 |
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> |