Skip to content

Commit

Permalink
Use the correct variable in the Athens gateway section.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 21, 2007
1 parent 0a9760e commit e0226aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.15 2007/03/20 17:54:18 iay Exp $
$Id: statistics.xsl,v 1.16 2007/03/21 12:16:06 iay Exp $
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand Down Expand Up @@ -411,13 +411,13 @@
$entities[@entityID='urn:mace:eduserv.org.uk:athens:federation:uk']
"/>
<xsl:variable name="gatewayCount" select="count($knownGateways)"/>
<xsl:if test="$guanxiCount != 0">
<xsl:if test="$gatewayCount != 0">
<h3>Gateway Entities</h3>
<p>
<xsl:if test="$guanxiCount = 1">
<xsl:if test="$gatewayCount = 1">
The following entity is known to be running Athens/Shibboleth gateway software:
</xsl:if>
<xsl:if test="$guanxiCount != 1">
<xsl:if test="$gatewayCount != 1">
The following entities are known to be running Athens/Shibboleth gateway software:
</xsl:if>
</p>
Expand Down

0 comments on commit e0226aa

Please sign in to comment.