Skip to content

Commit

Permalink
Tweak down limit on lists so that all-entities list is excluded again.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 28, 2013
1 parent 7556578 commit 30a2ac9
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 @@ -1439,7 +1439,7 @@
(<xsl:value-of select="format-number($pkixEntityCount div $entityCount, '0.0%')"/>)
</p>
<!-- bound specially chosen to exclude the all-entities list (for now) -->
<xsl:if test="$pkixEntityCount > 0 and $pkixEntityCount &lt; 50">
<xsl:if test="$pkixEntityCount > 0 and $pkixEntityCount &lt; 20">
<ul>
<xsl:for-each select="$pkixEntities">
<li>
Expand Down

0 comments on commit 30a2ac9

Please sign in to comment.