summaryrefslogtreecommitdiffstats
path: root/xslt
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2014-12-19 18:07:30 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-19 08:56:46 -0800
commit683d6e133930a08e3a4554ab54334d1e4bcf042f (patch)
tree14fc7c34af6806d0c56d77ff09f7556d81ab2ed8 /xslt
parent295b9897ce9044c45eac3428f131445c76f05ec2 (diff)
downloadsubsurface-683d6e133930a08e3a4554ab54334d1e4bcf042f.tar.gz
Describe cylinder as unknown instead of mix name
Having the mix name like EANX34 as cylinder description was apparently confusing, so switching to 'unknown' instead. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 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>