mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Typo in CSV import
Variables are started with $ sign... Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c259a8f6fe
commit
2936b63a04
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@
|
|||
</temperature>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="$cylindersizeField > 0 or $startpressureField > 0 or $endpressureField > 0 or o2Field >0 or heField > 0">
|
||||
<xsl:if test="$cylindersizeField > 0 or $startpressureField > 0 or $endpressureField > 0 or $o2Field > 0 or $heField > 0">
|
||||
<cylinder>
|
||||
<xsl:if test="$cylindersizeField > 0">
|
||||
<xsl:attribute name="size">
|
||||
|
|
Loading…
Reference in a new issue