Fix mix reference on UDDF export

The mix value must be concatenated properly.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-12-13 16:24:39 +02:00 committed by Dirk Hohndel
parent 0a99c26590
commit 453aeab470

View file

@ -465,7 +465,7 @@
<xsl:attribute name="ref"> <xsl:attribute name="ref">
<xsl:choose> <xsl:choose>
<xsl:when test="@o2 != ''"> <xsl:when test="@o2 != ''">
<xsl:value-of select="'mix' + substring-before(@o2, '.')"/> <xsl:value-of select="concat('mix', substring-before(@o2, '.'))"/>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:value-of select="'mix21'"/> <xsl:value-of select="'mix21'"/>