Skip to content

Commit

Permalink
Remove the list of each IdP lacking an AA role: there are now too man…
Browse files Browse the repository at this point in the history
…y for this to be useful.
  • Loading branch information
iay committed Nov 29, 2012
1 parent f0c6d11 commit c3cb98b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -642,14 +642,6 @@
Without attribute authority role: <xsl:value-of select="$idp.noaa.count"/>
(<xsl:value-of select="format-number($idp.noaa.count div $idpCount, '0.0%')"/>).
</p>
<ul>
<xsl:for-each select="$idp.noaa">
<li>
<xsl:value-of select="@ID"/>:
<xsl:value-of select="md:Organization/md:OrganizationDisplayName"/>
</li>
</xsl:for-each>
</ul>
</li>
</xsl:if>

Expand Down

0 comments on commit c3cb98b

Please sign in to comment.