Skip to content

Commit

Permalink
[JENKINS-31162] Prevent inappropriate escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 30, 2016
1 parent 273a410 commit 58573c8
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -23,6 +23,8 @@ THE SOFTWARE.
-->

<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core">
<div>
${it.description}
</div>
<j:out value="${it.description}"/>
</div>
</j:jelly>

0 comments on commit 58573c8

Please sign in to comment.