removed extraneous jsp closing bracket that was being rendered on the page

This commit is contained in:
tworrall 2011-11-04 15:25:49 +00:00
parent 8a54ca774e
commit 6358edf5b6

View file

@ -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}"/>