Skip to content

Commit

Permalink
Minor wording change.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jan 20, 2008
1 parent 6faf9f9 commit 53287e2
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 @@ -321,13 +321,13 @@
</li>
<li>
<p>
Just at least one IdP: <xsl:value-of select="$membersWithJustIdPsCount"/>
At least one IdP, but no SPs: <xsl:value-of select="$membersWithJustIdPsCount"/>
(<xsl:value-of select="format-number($membersWithJustIdPsCount div $memberCount, '0.0%')"/>)
</p>
</li>
<li>
<p>
Just at least one SP: <xsl:value-of select="$membersWithJustSPsCount"/>
At least one SP, but no IdPs: <xsl:value-of select="$membersWithJustSPsCount"/>
(<xsl:value-of select="format-number($membersWithJustSPsCount div $memberCount, '0.0%')"/>)
</p>
</li>
Expand Down

0 comments on commit 53287e2

Please sign in to comment.