commit | 81222ae43943c13a94bb1ddceac873f2af7637f2 | [log] [tgz] |
---|---|---|
author | Valentin Valchev <vvalchev@apache.org> | Wed Aug 11 11:06:19 2010 +0000 |
committer | Valentin Valchev <vvalchev@apache.org> | Wed Aug 11 11:06:19 2010 +0000 |
tree | 65ab733edeebf123ffc154691ac3448284723880 | |
parent | b0ae8cd2dce968e58d5844671718178ce8213cd8 [diff] |
More fixes on FELIX-2535 /Cyrillic characters are not displayed properly./ https://issues.apache.org/jira/browse/FELIX-2535 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@984369 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/main_header.html b/webconsole/src/main/resources/templates/main_header.html index 738991a..2b52a9d 100644 --- a/webconsole/src/main/resources/templates/main_header.html +++ b/webconsole/src/main/resources/templates/main_header.html
@@ -2,7 +2,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <meta http-equiv="Content-Type" content="text/html; utf-8" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="icon" href="{4}" /> <title>{0} - {1}</title>