We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2062ab9 + da02297 commit 42ae6f4Copy full SHA for 42ae6f4
access/src/main/webapp/WEB-INF/jsp/common/thumbnail.jsp
@@ -86,7 +86,7 @@
86
</c:choose>
87
</c:set>
88
89
-<a href="${href}" title="${tooltip}" class="thumbnail ${empty src ? ' placeholder' : ''} ${deleted ? ' deleted' : ''} ${not empty tooltip ? ' has_tooltip' : ''} thumbnail-resource-type-${resourceType} thumbnail-size-${param.size}">
+<a href="${href}" title="<c:out value='${tooltip}' />" class="thumbnail ${empty src ? ' placeholder' : ''} ${deleted ? ' deleted' : ''} ${not empty tooltip ? ' has_tooltip' : ''} thumbnail-resource-type-${resourceType} thumbnail-size-${param.size}">
90
<div class="thumbnail-placeholder">
91
<c:if test="${not empty contentType}">
92
<span class="thumbnail-content-type">${contentType}</span>
0 commit comments