NIHVIVO-918 Merge 5377 from branch
This commit is contained in:
parent
38130db941
commit
50cc897669
8 changed files with 38 additions and 12 deletions
|
@ -49,7 +49,7 @@
|
|||
<c:param name="uri" value="${ent.URI}"/>
|
||||
</c:url>
|
||||
<a class="image" href="<c:out value="${entityHref}"/>" >
|
||||
<img width="${IMG_WIDTH}" src="<c:url value='${ent.thumbUrl}'/>" title="${ent.name}" alt="${ent.name}" />
|
||||
<img width="${IMG_WIDTH}" src="${pageContext.request.contextPath}${ent.thumbUrl}" title="${ent.name}" alt="${ent.name}" />
|
||||
</a>
|
||||
</td>
|
||||
</c:if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue