summaryrefslogtreecommitdiffstats
path: root/xslt
diff options
context:
space:
mode:
Diffstat (limited to 'xslt')
-rw-r--r--xslt/uddf.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/uddf.xslt b/xslt/uddf.xslt
index d8ea618e6..c4911c584 100644
--- a/xslt/uddf.xslt
+++ b/xslt/uddf.xslt
@@ -454,7 +454,7 @@
<xsl:if test="cns|u:cns|u1:cns &gt; 0">
<xsl:attribute name="cns">
- <xsl:value-of select="concat(cns|u:cns|u1:cns, ' C')"/>
+ <xsl:value-of select="cns|u:cns|u1:cns"/>
</xsl:attribute>
</xsl:if>