diff options
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/commonTemplates.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/commonTemplates.xsl b/xslt/commonTemplates.xsl index 86f9cda63..15c8686b0 100644 --- a/xslt/commonTemplates.xsl +++ b/xslt/commonTemplates.xsl @@ -127,7 +127,7 @@ <!-- Handling last value --> <xsl:when test="count($values) = 1"> - <xsl:value-of select="format-number($value + $sum, '#.#')"/> + <xsl:value-of select="format-number($value + $sum, '#.###')"/> </xsl:when> <!-- More than one value to sum --> |