Skip to content

Commit

Permalink
Correct typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 9, 2007
1 parent e02f394 commit b199937
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.9 2007/03/09 10:56:26 iay Exp $
$Id: statistics.xsl,v 1.10 2007/03/09 11:36:07 iay Exp $
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand Down Expand Up @@ -240,7 +240,7 @@
<h3>Shibboleth 1.3</h3>
<p>
There are <xsl:value-of select="$entities13Count"/> entities in the metadata that look like they are probably
running Shibboleth 1.2. This is <xsl:value-of select="format-number($entities13Count div $entityCount, '0.0%')"/>
running Shibboleth 1.3. This is <xsl:value-of select="format-number($entities13Count div $entityCount, '0.0%')"/>
of all entities.
</p>

Expand Down

0 comments on commit b199937

Please sign in to comment.