mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Export only profile from first divecomputer
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
77a7595cbd
commit
16c46ba2f8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
<xsl:variable name="time">
|
||||
<xsl:value-of select="@time"/>
|
||||
</xsl:variable>
|
||||
<xsl:for-each select="divecomputer/sample|sample">
|
||||
<xsl:for-each select="divecomputer[1]/sample|sample">
|
||||
<xsl:value-of select="concat('"', $number, '"')"/>
|
||||
<xsl:value-of select="$fs"/>
|
||||
<xsl:value-of select="concat('"', $date, '"')"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue