diff options
-rw-r--r-- | xslt/jdivelog2subsurface.xslt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xslt/jdivelog2subsurface.xslt b/xslt/jdivelog2subsurface.xslt index d6ca31322..b09c578aa 100644 --- a/xslt/jdivelog2subsurface.xslt +++ b/xslt/jdivelog2subsurface.xslt @@ -294,6 +294,9 @@ Comment: <xsl:value-of select="Comment"/> <xsl:attribute name="stopdepth"> <xsl:value-of select="concat(following-sibling::DECOINFO[1], ' m')"/> </xsl:attribute> + <xsl:attribute name="ndl"> + <xsl:value-of select="'0:00 min'"/> + </xsl:attribute> </xsl:otherwise> </xsl:choose> </xsl:if> |