Skip to content

Commit 8f5cb33

Browse files
committed
login2.jsp: added page header
- added @page header with language, encoding, and error page
1 parent 9e0e7fd commit 8f5cb33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

WebContent/login2.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* limitations under the License.
1919
*
2020
--%>
21+
<%@ page language="java" pageEncoding="utf-8" contentType="text/html;charset=utf-8" errorPage="/error.jsp"%>
2122
<%@ page import="org.unitime.timetable.util.Constants"%>
2223
<%@ page import="org.unitime.localization.impl.Localization"%>
2324
<%@ taglib prefix="s" uri="/struts-tags" %>

0 commit comments

Comments
 (0)