VIVO-2 Fix the URIs of the JSTL taglibs.

This commit is contained in:
j2blake 2013-03-08 17:48:27 -05:00
parent 7241929be0
commit c53e53c526
50 changed files with 52 additions and 52 deletions

View file

@ -11,7 +11,7 @@
<%@page import="java.util.Properties"%>
<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.Controllers" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@taglib prefix="vitro" uri="/WEB-INF/tlds/VitroUtils.tld" %>
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission" %>