mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Have Sensus samples inside divecomputer tag
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5ac5619a77
commit
c5075b93a2
1 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue