Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from nkcraddock/master
Browse files Browse the repository at this point in the history
Added support for Markup Formatter in the LeaderBoard to allow use of the Escaped Markup Formatter to prevent xss
  • Loading branch information
redsolo committed Feb 3, 2012
2 parents 150843f + b90f0ac commit 17268da
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@
<tr>
<j:if test="${it.userAvatarSupported}"><td><img src="${h.getUserAvatar(userscore.user,'48x48')}" alt="" height="48" width="48" /></td></j:if>
<td><a href="${rootURL}/${userscore.user.url}">${userscore.user}</a></td>
<td>${userscore.description}</td>
<td><j:out value="${userscore.description!=null ? app.markupFormatter.translate(userscore.description) : ''}" /></td>
<td>${userscore.score}</td>
</tr>
</j:forEach>
Expand Down

0 comments on commit 17268da

Please sign in to comment.