diff options
Diffstat (limited to 'xslt/divelogs-export.xslt')
-rw-r--r-- | xslt/divelogs-export.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/divelogs-export.xslt b/xslt/divelogs-export.xslt index cbca51dec..cfd0f4ca6 100644 --- a/xslt/divelogs-export.xslt +++ b/xslt/divelogs-export.xslt @@ -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, ' ')"/> |