Skip to content

Commit

Permalink
Simplify scope labelling by using our own definition for now, rather …
Browse files Browse the repository at this point in the history
…than re-using the Shibboleth one.
  • Loading branch information
iay committed Aug 6, 2008
1 parent 3a178c4 commit a78b337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@
<xsl:param name="entities"/>
<xsl:variable name="myName" select="string(md:OrganizationName)"/>
<xsl:variable name="matched" select="$entities[md:Organization/md:OrganizationName = $myName]"/>
<xsl:variable name="scopes" select="members:Scopes/shibmeta:Scope"/>
<xsl:variable name="scopes" select="members:Scopes/members:Scope"/>
<tr>
<td><xsl:value-of select="$myName"/></td>
<!-- count total entities -->
Expand Down

0 comments on commit a78b337

Please sign in to comment.