Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Remove mention of NonMember in a template which was never handed one.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 11, 2016
1 parent 9c78b61 commit 9eb7ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@
*****************************************
-->

<xsl:template match="members:Member|members:NonMember" mode="count">
<xsl:template match="members:Member" mode="count">
<xsl:param name="entities"/>
<xsl:variable name="myName" select="string(members:Name)"/>
<xsl:variable name="matched" select="$entities[md:Organization/md:OrganizationName = $myName]"/>
Expand Down

0 comments on commit 9eb7ff3

Please sign in to comment.