Skip to content

Commit

Permalink
link added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Mar 26, 2014
1 parent 317b3d2 commit 4eb820a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/personalized-content/htdocs/xslt/profile.xsl
Expand Up @@ -80,7 +80,7 @@ Your <a href="http://donottrack.us/" target="_blank">DNT header parameter</a> is

<table>
<xsl:for-each select="boost:url">
<tr><td><xsl:value-of select="@date"/></td><td><xsl:value-of select="."/></td></tr>
<tr><td><xsl:value-of select="@date"/></td><td><a href="{.}"><xsl:value-of select="."/></a></td></tr>
</xsl:for-each>
</table>
</xsl:when>
Expand Down

0 comments on commit 4eb820a

Please sign in to comment.