Commit edc6ddbf authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[JM-1023] Switched admin console from ISO-8859-1 charset to UTF-8.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7860 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7d2d3627
......@@ -44,7 +44,7 @@
<html>
<head>
<title><%= AdminConsole.getAppName() %> <fmt:message key="login.title" />: <decorator:title /></title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="<%= path %>/style/global.css">
<script language="JavaScript" type="text/javascript" src="<%= path %>/js/prototype.js"></script>
<script language="JavaScript" type="text/javascript" src="<%= path %>/js/scriptaculous.js"></script>
......
......@@ -26,7 +26,7 @@
<html>
<head>
<title><%= AdminConsole.getAppName() %> <fmt:message key="error.serverdown.admin_console" /><%= (pageinfo.getTitle() != null ? (": "+pageinfo.getTitle()) : "") %></title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="<%= path %>/style/global.css">
</head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment