diff options
Diffstat (limited to 'xslt/divelogs.xslt')
-rw-r--r-- | xslt/divelogs.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/divelogs.xslt b/xslt/divelogs.xslt index 879fd3d32..3855c1552 100644 --- a/xslt/divelogs.xslt +++ b/xslt/divelogs.xslt @@ -94,7 +94,7 @@ </xsl:attribute> <xsl:if test="CYLINDERSIZE != ''"> <xsl:attribute name="size"> - <xsl:value-of select="CYLINDERSIZE + CYLINDERSIZE * DBLTANK"/> + <xsl:value-of select="format-number(CYLINDERSIZE + CYLINDERSIZE * DBLTANK, '#.##')"/> </xsl:attribute> </xsl:if> <xsl:if test="WORKINGPRESSURE > 0"> |