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
d38f50d128
commit
d5f2bb2353
@ -127,7 +127,7 @@
|
|||||||
|
|
||||||
<!-- Handling last value -->
|
<!-- Handling last value -->
|
||||||
<xsl:when test="count($values) = 1">
|
<xsl:when test="count($values) = 1">
|
||||||
<xsl:value-of select="format-number($value + $sum, '#.#')"/>
|
<xsl:value-of select="format-number($value + $sum, '#.###')"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
|
||||||
<!-- More than one value to sum -->
|
<!-- More than one value to sum -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user