Skip to content

Commit

Permalink
order improved
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Feb 28, 2016
1 parent 38bc8d5 commit 0a31fc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/personalized-content/htdocs/xslt/profile.xsl
Expand Up @@ -80,7 +80,9 @@ Your <a href="http://donottrack.us/" target="_blank">DNT header parameter</a> is

<table>
<xsl:for-each select="boost:url">
<!--
<xsl:sort select="position()" data-type="number" order="descending"/>
-->
<tr><td><xsl:value-of select="@date"/></td><td><a href="{.}"><xsl:value-of select="."/></a></td></tr>
</xsl:for-each>
</table>
Expand Down

0 comments on commit 0a31fc7

Please sign in to comment.