Skip to content

Commit

Permalink
login2.jsp: added page header
Browse files Browse the repository at this point in the history
- added @page header with language, encoding, and error page
  • Loading branch information
tomas-muller committed Dec 18, 2024
1 parent 9e0e7fd commit 8f5cb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WebContent/login2.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -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" %>
Expand Down

0 comments on commit 8f5cb33

Please sign in to comment.