changing some el expression syntax to avoid parse errors

This commit is contained in:
bjl23 2010-04-05 13:43:33 +00:00
parent b931993a5e
commit 745da69072
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
<c:set var="editLinksForExisting"><edLnk:editLinks item="<%= VitroVocabulary.CITATION %>" data="${entity.citation}" icons="false"/></c:set>
</c:if>
<c:set var="editLinksForNew"><edLnk:editLinks item="<%= VitroVocabulary.CITATION %>" icons="false"/></c:set>
<c:if test="${showEdits or (( empty entity.citation and !empty editLinksForNew)or( ! empty entity.citation and !empty editLinksForExisting)) }">
<c:if test="${showEdits or (( empty entity.citation and !empty editLinksForNew) or ( ! empty entity.citation and !empty editLinksForExisting)) }">
<h3 class="propertyName">citation</h3>
${editLinksForNew}
</c:if>