diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-07-29 16:18:47 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-07-29 16:18:47 +0200 |
commit | 4e33913549b65ec9b16b4d0f3ffea9f97279ca65 (patch) | |
tree | cb576840181390c41e6ae04fa14d10e455a4d3cd /id/ConfigWebTool/src/main/webapp/index.jsp | |
parent | 99694b29f82f858f5b6163e6a3d6c11caaeb487e (diff) | |
download | moa-id-spss-4e33913549b65ec9b16b4d0f3ffea9f97279ca65.tar.gz moa-id-spss-4e33913549b65ec9b16b4d0f3ffea9f97279ca65.tar.bz2 moa-id-spss-4e33913549b65ec9b16b4d0f3ffea9f97279ca65.zip |
configuration tool update
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/index.jsp')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/index.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/index.jsp b/id/ConfigWebTool/src/main/webapp/index.jsp index 45587a9a8..fe39837d1 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> |