Revision 7649
Added by ben leinfelder over 11 years ago
index.html | ||
---|---|---|
2 | 2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
3 | 3 |
<html> |
4 | 4 |
<head> |
5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
6 | 6 |
<script language="JavaScript"> |
7 | 7 |
function doRedirectWithParams() { |
8 | 8 |
document.location.href="./index.jsp"; |
Also available in: Unified diff
use charset=UTF-8 for the meta tag (especially important if other international sites want to use default skin with translations)