mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Use full precision on weight system on XSLT transforms
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
86ec3d06a2
commit
2b8e8849e6
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue