SF Patch #1173564 add missing ContentType directive to some of the JSPs

git-svn-id: http://scm.dspace.org/svn/repo/trunk@1173 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Scott Yeadon
2005-04-06 23:37:35 +00:00
parent 7e096751fa
commit 561f65f800
6 changed files with 12 additions and 0 deletions

View File

@@ -42,6 +42,8 @@
- Friendly 404 error message page
--%>
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ page isErrorPage="true" %>
<%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %>

View File

@@ -42,6 +42,8 @@
- Footer for home page
--%>
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ page import="java.net.URLEncoder" %>
<%@ page import="org.dspace.app.webui.util.UIUtil" %>

View File

@@ -42,6 +42,8 @@
- HTML header for main home page
--%>
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %>
<%@ page import="java.util.List"%>

View File

@@ -53,6 +53,8 @@
- for non-links
--%>
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ page import="java.util.List" %>
<P class="locationBar">

View File

@@ -42,6 +42,8 @@
- Navigation bar for admin pages
--%>
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ page import="java.util.LinkedList" %>
<%@ page import="java.util.List" %>

View File

@@ -42,6 +42,8 @@
- Default navigation bar
--%>
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %>
<%@ page import="java.util.ArrayList" %>