Skip to content

Commit

Permalink
Correct percentage error noticed by Steve Glover.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 23, 2007
1 parent d1b90ba commit 9664b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Author: Ian A. Young <ian@iay.org.uk>
$Id: statistics.xsl,v 1.22 2007/05/23 11:01:06 iay Exp $
$Id: statistics.xsl,v 1.23 2007/05/23 13:29:52 iay Exp $
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand Down Expand Up @@ -246,7 +246,7 @@
<li>
<p>
Support Browser/Artifact: <xsl:value-of select="$artifactSpCount"/>
(<xsl:value-of select="format-number($artifactSpCount div $idpCount, '0.0%')"/>).
(<xsl:value-of select="format-number($artifactSpCount div $spCount, '0.0%')"/>).
</p>
</li>
</ul>
Expand Down

0 comments on commit 9664b49

Please sign in to comment.