summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xslt/uddf-export.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/uddf-export.xslt b/xslt/uddf-export.xslt
index 9b33149d4..0c428b97b 100644
--- a/xslt/uddf-export.xslt
+++ b/xslt/uddf-export.xslt
@@ -465,7 +465,7 @@
<xsl:attribute name="ref">
<xsl:choose>
<xsl:when test="@o2 != ''">
- <xsl:value-of select="'mix' + substring-before(@o2, '.')"/>
+ <xsl:value-of select="concat('mix', substring-before(@o2, '.'))"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="'mix21'"/>