diff options
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/xml2manualcsv.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/xml2manualcsv.xslt b/xslt/xml2manualcsv.xslt index 93894a7b5..03e417857 100644 --- a/xslt/xml2manualcsv.xslt +++ b/xslt/xml2manualcsv.xslt @@ -28,7 +28,7 @@ <xsl:text>"</xsl:text> <xsl:value-of select="@duration"/> <xsl:text>"</xsl:text> - <xsl:apply-templates select="divecomputer/depth"/> + <xsl:apply-templates select="divecomputer[1]/depth"/> <xsl:choose> <xsl:when test="divetemperature/@air|divetemperature/@water != ''"> <xsl:apply-templates select="divetemperature"/> |