[PATCH] Manual CSV import had wrong tag name for DC

Miika Turkia miika.turkia at gmail.com
Wed Nov 9 12:03:18 PST 2016


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 4e95d6f..6dbcc5c 100644
--- a/xslt/manualcsv2xml.xslt
+++ b/xslt/manualcsv2xml.xslt
@@ -205,7 +205,7 @@
         </xsl:attribute>
       </xsl:if>
 
-      <divecomputerid deviceid="ffffffff" model="csv" />
+      <divecomputer deviceid="ffffffff" model="csv" />
 
       <xsl:if test="$locationField >= 0 or $gpsField >= 0">
         <location>
-- 
2.5.0



More information about the subsurface mailing list