mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix for sample interval on Divelogs.de export
Logic when to use default sample interval was mixed. Fixes #657 Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1863452a25
commit
0b5fe99353
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
|||
</xsl:call-template>
|
||||
</xsl:variable>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$manual = 1">
|
||||
<xsl:when test="$manual = 0">
|
||||
<xsl:value-of select="$second - $first"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
|
Loading…
Add table
Reference in a new issue