diff --git a/webapp/web/templates/entity/entityList.jsp b/webapp/web/templates/entity/entityList.jsp index e781c47be..ef946b26b 100644 --- a/webapp/web/templates/entity/entityList.jsp +++ b/webapp/web/templates/entity/entityList.jsp @@ -1,6 +1,8 @@ <%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> -<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%><%/* this odd thing points to something in web.xml */ %> +<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> +<%@ taglib uri="http://vitro.mannlib.cornell.edu/vitro/tags/StringProcessorTag" prefix="p" %> + <%@ page errorPage="/error.jsp"%> <% /*********************************************** Display a List of Entities in the most basic fashion.