Variables are started with $ sign...

Signed-off-by: Miika Turkia <miika.tur...@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 &gt; 0 or $startpressureField &gt; 0 or 
$endpressureField &gt; 0 or o2Field &gt;0 or heField &gt; 0">
+      <xsl:if test="$cylindersizeField &gt; 0 or $startpressureField &gt; 0 or 
$endpressureField &gt; 0 or $o2Field &gt; 0 or $heField &gt; 0">
         <cylinder>
           <xsl:if test="$cylindersizeField &gt; 0">
             <xsl:attribute name="size">
-- 
2.5.0

_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to