Skip to content

Commit

Permalink
Sort software breakdown by (UK) ID
Browse files Browse the repository at this point in the history
This was previously implicit, but that sometimes made the ordering
change from day to day. This should stabilise it permanently.
  • Loading branch information
iay committed Oct 17, 2016
1 parent e4a713d commit 84d6d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,7 @@
<xsl:if test="($show != 0) or ($n &lt;= $show.max)">
<ul>
<xsl:for-each select="$entities">
<xsl:sort select="@ID"/>
<li>
<xsl:value-of select="@ID"/>:
<code><xsl:value-of select="@entityID"/></code>
Expand Down

0 comments on commit 84d6d7b

Please sign in to comment.