Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-38230] - Fixed escaping of descriptions in the Role St…
…rategy Macros list (#22)
  • Loading branch information
oleg-nenashev committed Oct 1, 2016
1 parent 4d7e065 commit f690bcc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@
<td>${macroExt.IsApplicable(it.globalRoleType)}</td>
<td>${macroExt.IsApplicable(it.projectRoleType)}</td>
<td>${macroExt.IsApplicable(it.slaveRoleType)}</td>
<td>${macroExt.getDescription()}</td>
<td><j:out value="${macroExt.getDescription()}"/></td>
<td class="stop" />
</tr>
</j:forEach>
Expand Down

0 comments on commit f690bcc

Please sign in to comment.