From 8f5cb33a7392176c3e4828d0ae35f07b2017d375 Mon Sep 17 00:00:00 2001 From: tomas-muller Date: Wed, 18 Dec 2024 19:50:44 +0100 Subject: [PATCH] login2.jsp: added page header - added @page header with language, encoding, and error page --- WebContent/login2.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/login2.jsp b/WebContent/login2.jsp index 8543559f48..a590a7c2f0 100644 --- a/WebContent/login2.jsp +++ b/WebContent/login2.jsp @@ -18,6 +18,7 @@ * limitations under the License. * --%> +<%@ page language="java" pageEncoding="utf-8" contentType="text/html;charset=utf-8" errorPage="/error.jsp"%> <%@ page import="org.unitime.timetable.util.Constants"%> <%@ page import="org.unitime.localization.impl.Localization"%> <%@ taglib prefix="s" uri="/struts-tags" %>