diff options
Diffstat (limited to 'xslt/DivingLog.xslt')
-rw-r--r-- | xslt/DivingLog.xslt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xslt/DivingLog.xslt b/xslt/DivingLog.xslt index 4a6b4d387..ced6a4e80 100644 --- a/xslt/DivingLog.xslt +++ b/xslt/DivingLog.xslt @@ -47,6 +47,11 @@ <xsl:value-of select="concat(Depth, ' m')"/> </xsl:attribute> </xsl:if> + <xsl:if test="DepthAvg != ''"> + <xsl:attribute name="mean"> + <xsl:value-of select="concat(DepthAvg, ' m')"/> + </xsl:attribute> + </xsl:if> </depth> <location> |