mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
295b9897ce
commit
683d6e1339
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@
|
||||||
|
|
||||||
<xsl:if test="/uddf/gasdefinitions != ''">
|
<xsl:if test="/uddf/gasdefinitions != ''">
|
||||||
<xsl:for-each select="/uddf/gasdefinitions/mix">
|
<xsl:for-each select="/uddf/gasdefinitions/mix">
|
||||||
<cylinder description="{name}">
|
<cylinder description="unknown">
|
||||||
<xsl:attribute name="o2">
|
<xsl:attribute name="o2">
|
||||||
<xsl:value-of select="concat(o2 * 100, '%')"/>
|
<xsl:value-of select="concat(o2 * 100, '%')"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
|
|
Loading…
Reference in a new issue