NIHVIVO-362 Merge from rel-1.0-maint branch: Fixed comma issues in position history custom short view that were observed while investigating this bug.

This commit is contained in:
rjy7 2010-04-12 19:18:25 +00:00
parent 5c416fccb9
commit f3f1f1bc22

View file

@ -64,6 +64,11 @@
</c:otherwise>
</c:choose>
<%-- Hack to control extra spaces...should be done differently though. --%>
<c:if test="${!empty objName && !empty objLabel}" >
<c:set var="objLabel" value=" ${objLabel}" />
</c:if>
<c:choose>
<c:when test="${!empty objUri}">
<c:url var="objLink" value="/entity"><c:param name="uri" value="${objUri}"/></c:url>