summaryrefslogtreecommitdiffstats
path: root/xslt/uddf.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/uddf.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 26947e598..e15c27e01 100644
--- a/xslt/uddf.xslt
+++ b/xslt/uddf.xslt
@@ -280,7 +280,7 @@
<xsl:if test="/uddf/gasdefinitions != ''">
<xsl:for-each select="/uddf/gasdefinitions/mix">
- <cylinder description="{name}">
+ <cylinder description="unknown">
<xsl:attribute name="o2">
<xsl:value-of select="concat(o2 * 100, '%')"/>
</xsl:attribute>