diff options
Diffstat (limited to '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 50224280f..3de8c60b9 100644 --- a/xslt/divelogs-export.xslt +++ b/xslt/divelogs-export.xslt @@ -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> |