commit | 09157c7137c8fe992c64af247280b4ecc4bde677 | [log] [tgz] |
---|---|---|
author | Valentin Pavlov Valchev <vvalchev@apache.org> | Wed Aug 11 11:06:19 2010 +0000 |
committer | Valentin Pavlov Valchev <vvalchev@apache.org> | Wed Aug 11 11:06:19 2010 +0000 |
tree | 65ab733edeebf123ffc154691ac3448284723880 | |
parent | e9fb364351fbd5d266d8181da916ed026abb9996 [diff] [blame] |
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>