diff options
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/index.jsp')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/index.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/index.jsp b/id/ConfigWebTool/src/main/webapp/index.jsp index 45587a9a8..44d3bef5a 100644 --- a/id/ConfigWebTool/src/main/webapp/index.jsp +++ b/id/ConfigWebTool/src/main/webapp/index.jsp @@ -6,7 +6,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <link rel="stylesheet" type="text/css" href="css/index.css"> <title><%=LanguageHelper.getGUIString("title", request) %></title> </head> @@ -17,7 +17,7 @@ <div id="information_area"> <p><%=LanguageHelper.getGUIString("webpages.index.desciption.head", request) %></p> <br/> - <a href="main.action">Login</a> + <a href="secure/main.action">Login</a> </div> </body> |