Skip to content

Commit

Permalink
#80 format
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 1, 2017
1 parent 0a48c3c commit 2a8d121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/org/jpeek/jpeek-post-colors.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ SOFTWARE.
<xsl:apply-templates select="node()|@*"/>
<colors low="{$low}" high="{$high}">
<xsl:text>[</xsl:text>
<xsl:value-of select="$low"/>
<xsl:value-of select="format-number($low, '0.0000')"/>
<xsl:text> .. </xsl:text>
<xsl:value-of select="$high"/>
<xsl:value-of select="format-number($high, '0.0000')"/>
<xsl:text>]</xsl:text>
</colors>
</xsl:copy>
Expand Down

0 comments on commit 2a8d121

Please sign in to comment.