Skip to content

Commit

Permalink
Fix spacing in charting statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Oct 2, 2017
1 parent 0b11c91 commit 6395641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/uk/statistics-charting.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

<xsl:variable name="charting.sps.algsupport" select="$sps[descendant::alg:* or descendant::md:EncryptionMethod]"/>
<xsl:variable name="charting.sps.algsupport.count" select="count($charting.sps.algsupport)"/>
<xsl:text>Algorithm support:</xsl:text>
<xsl:text>Algorithm support: </xsl:text>
<xsl:value-of select="format-number($charting.sps.algsupport.count div $spCount, '0.00%')"/>
<xsl:text> of SP entities</xsl:text>
<xsl:text>&#10;</xsl:text>
Expand Down

0 comments on commit 6395641

Please sign in to comment.