removed extraneous jsp closing bracket that was being rendered on the page
This commit is contained in:
parent
8a54ca774e
commit
6358edf5b6
1 changed files with 1 additions and 3 deletions
|
@ -78,8 +78,6 @@ This is intended to create a set of statements like:
|
|||
%> <c:set var="editMode" value="repair"/><%
|
||||
}
|
||||
%>
|
||||
|
||||
%>
|
||||
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.beans.ObjectProperty"%><c:set var="vivoOnt" value="http://vivoweb.org/ontology" />
|
||||
<c:set var="vivoCore" value="${vivoOnt}/core#" />
|
||||
|
@ -466,4 +464,4 @@ var customFormData = {
|
|||
|
||||
<% } %>
|
||||
|
||||
<jsp:include page="${postForm}"/>
|
||||
<jsp:include page="${postForm}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue