[PATCH 1/2] Typo in CSV import

Miika Turkia miika.turkia at gmail.com
Wed May 11 10:00:00 PDT 2016


Variables are started with $ sign...

Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 xslt/manualcsv2xml.xslt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xslt/manualcsv2xml.xslt b/xslt/manualcsv2xml.xslt
index 4f79463..adad842 100644
--- a/xslt/manualcsv2xml.xslt
+++ b/xslt/manualcsv2xml.xslt
@@ -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">
-- 
2.5.0



More information about the subsurface mailing list