Skip to content

Commit

Permalink
Removing software versions from UK federation statistics page.
Browse files Browse the repository at this point in the history
Bug 968
  • Loading branch information
Alex Stuart authored and Alex Stuart committed Oct 11, 2013
1 parent c2397bd commit 7cb1881
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@
<p>
This section is intended to be largely self-explanatory.
Any items in [...] brackets give additional information about the entity:
its type, the software used, etc.
its type, the trust engine, etc.
</p>
<ul>
<xsl:apply-templates select="$ownerNames" mode="enumerate">
Expand Down Expand Up @@ -1373,16 +1373,6 @@
<xsl:value-of select="@name"/>
</xsl:otherwise>
</xsl:choose>
<xsl:choose>
<xsl:when test="@fullVersion">
<xsl:text> </xsl:text>
<xsl:value-of select="@fullVersion"/>
</xsl:when>
<xsl:when test="@version">
<xsl:text> </xsl:text>
<xsl:value-of select="@version"/>
</xsl:when>
</xsl:choose>
<xsl:text>]</xsl:text>
</xsl:template>

Expand Down

0 comments on commit 7cb1881

Please sign in to comment.