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>
This commit is contained in:
Miika Turkia 2014-12-19 18:07:30 +02:00 committed by Dirk Hohndel
parent 295b9897ce
commit 683d6e1339

View file

@ -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>