commit | 26b4fac1276b9bd5f59e0809c6721195cc4e2925 | [log] [tgz] |
---|---|---|
author | Valentin Pavlov Valchev <vvalchev@apache.org> | Wed Aug 11 08:25:32 2010 +0000 |
committer | Valentin Pavlov Valchev <vvalchev@apache.org> | Wed Aug 11 08:25:32 2010 +0000 |
tree | bc7f77447a93b199172eac7dc77b2b16d6c13473 | |
parent | 0869ba4558be796ed1679db81e3092c0e9023bea [diff] [blame] |
Fixed 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@984330 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 73a3410..738991a 100644 --- a/webconsole/src/main/resources/templates/main_header.html +++ b/webconsole/src/main/resources/templates/main_header.html
@@ -1,4 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<?xml version="1.0" encoding="utf-8" ?> +<!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" />