Skip to content

Commit

Permalink
[SECURITY-1912]
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza authored and daniel-beck committed Sep 10, 2020
1 parent 89b2520 commit 38776c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<j:otherwise>
<j:forEach var="item" items="${it.items()}">
<tr>
<td class="pane" width="100%" tooltip="${item.why}${h.escape(item.params)}&lt;br&gt;${%WaitingFor(item.inQueueForString)}" style="white-space: normal;">
<td class="pane" width="100%" tooltip="${h.escape(item.causesDescription)}${h.escape(item.why)}${h.escape(item.params)}&lt;br&gt;${%WaitingFor(item.inQueueForString)}" style="white-space: normal;">
<j:set var="stuck" value="${item.isStuck()}"/>
<j:choose>
<j:when test="${h.hasPermission(item.task,item.task.READ)}">
Expand Down

0 comments on commit 38776c0

Please sign in to comment.