Skip to content

Commit

Permalink
[FIXED JENKINS-9426] avoid double-escape here
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed May 12, 2011
1 parent d18f3ca commit e14c13c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
<td align="right" data="-2">N/A</td>
</j:when>
<j:otherwise>
<td align="right" data="${data.average()}">${data}</td>
<td align="right" data="${data.average()}"><j:out value="${data}"/></td>
</j:otherwise>
</j:choose>
</j:jelly>

0 comments on commit e14c13c

Please sign in to comment.