mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Fix missing air temp on divelogs.de export
Fixes #439 Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e80a6822d5
commit
dd24eaa377
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
<xsl:value-of select="substring-before(node()/depth/@mean, ' ')"/>
|
||||
</MEANDEPTH>
|
||||
<AIRTEMP>
|
||||
<xsl:value-of select="substring-before(divetemperature/@air, ' ')"/>
|
||||
<xsl:value-of select="substring-before(node()/temperature/@air, ' ')"/>
|
||||
</AIRTEMP>
|
||||
<WATERTEMPMAXDEPTH>
|
||||
<xsl:value-of select="substring-before(node()/temperature/@water, ' ')"/>
|
||||
|
|
Loading…
Reference in a new issue