Skip to content

Commit

Permalink
#22 copy-of
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 20, 2016
1 parent a7d717d commit 999cd63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/xsl/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<xsl:variable name="sorted">
<xsl:for-each select="domain">
<xsl:sort select="usage" data-type="number" case-order="lower-first" />
<xsl:copy-of select=".|@*" />
</xsl:for-each>
</xsl:variable>
<ul>
Expand Down

0 comments on commit 999cd63

Please sign in to comment.