Skip to content

Commit

Permalink
SECURITY-1915
Browse files Browse the repository at this point in the history
  • Loading branch information
MRamonLeon committed Jun 23, 2020
1 parent b2791c1 commit 8fa2e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<t:summary icon='${it.getImageOf("48x48")}'>
<p>
${%DeployedTo(it.location.displayName)}
<a href="${it.location.locationURL}" tooltip="${it.location.description}">${it.location.locationURL}</a><br />
<a href="${it.location.locationURL}" tooltip="${h.xmlEscape(it.location.description)}">${it.location.locationURL}</a><br />
<small>${it.location.description}</small>
</p>
</t:summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<j:set var="icon" value='${it.location.getImageOf("16x16")}'/>
<p>
${%DeployedTo(it.location.displayName)}
<a href="${it.location.locationURL}" tooltip="${it.location.description}">
<a href="${it.location.locationURL}" tooltip="${h.xmlEscape(it.location.description)}">
<img src="${icon.startsWith('/') ? resURL+icon : imagesURL+'/16x16/'+icon}" width="16" height="16" alt="" />${it.location.locationURL}</a>
</p>
</j:jelly>

0 comments on commit 8fa2e16

Please sign in to comment.