summaryrefslogtreecommitdiffstats
path: root/xslt/sensuscsv.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/sensuscsv.xslt')
-rw-r--r--xslt/sensuscsv.xslt11
1 files changed, 6 insertions, 5 deletions
diff --git a/xslt/sensuscsv.xslt b/xslt/sensuscsv.xslt
index a2f37bd62..f873e98a1 100644
--- a/xslt/sensuscsv.xslt
+++ b/xslt/sensuscsv.xslt
@@ -71,11 +71,12 @@
</xsl:call-template>
</xsl:attribute>
- <divecomputerid deviceid="ffffffff" model="SensusCSV" />
- <xsl:call-template name="printLine">
- <xsl:with-param name="line" select="substring-before(//SensusCSV, $lf)"/>
- <xsl:with-param name="remaining" select="substring-after(//SensusCSV, $lf)"/>
- </xsl:call-template>
+ <divecomputer deviceid="ffffffff" model="SensusCSV">
+ <xsl:call-template name="printLine">
+ <xsl:with-param name="line" select="substring-before(//SensusCSV, $lf)"/>
+ <xsl:with-param name="remaining" select="substring-after(//SensusCSV, $lf)"/>
+ </xsl:call-template>
+ </divecomputer>
</dive>
</dives>
</divelog>