Skip to content

Commit

Permalink
Indicate entities with the full membership mark.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 14, 2007
1 parent fc4cee8 commit 86d5776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.11 2007/03/09 18:17:49 iay Exp $
$Id: statistics.xsl,v 1.12 2007/03/14 10:09:05 iay Exp $
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand Down Expand Up @@ -438,6 +438,7 @@
<xsl:for-each select="$matched">
<li>
<xsl:value-of select="@ID"/>:
<xsl:if test="md:Extensions/uklabel:UKFederationMember">[M] </xsl:if>
<code><xsl:value-of select="@entityID"/></code>
</li>
</xsl:for-each>
Expand Down

0 comments on commit 86d5776

Please sign in to comment.