Hi, On 11.08.2010 10:25, [email protected] wrote: > Author: vvalchev > Date: Wed Aug 11 08:25:32 2010 > New Revision: 984330 > > URL: http://svn.apache.org/viewvc?rev=984330&view=rev > Log: > Fixed FELIX-2535 /Cyrillic characters are not displayed properly./ > https://issues.apache.org/jira/browse/FELIX-2535 > > Modified: > felix/trunk/webconsole/src/main/resources/templates/main_header.html > > Modified: felix/trunk/webconsole/src/main/resources/templates/main_header.html > URL: > http://svn.apache.org/viewvc/felix/trunk/webconsole/src/main/resources/templates/main_header.html?rev=984330&r1=984329&r2=984330&view=diff > ============================================================================== > --- felix/trunk/webconsole/src/main/resources/templates/main_header.html > [UTF-8] (original) > +++ felix/trunk/webconsole/src/main/resources/templates/main_header.html > [UTF-8] Wed Aug 11 08:25:32 2010 > @@ -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" />
Just nit-picking: Didn't you want to fix the content attribute, too ? Thanks and Regards Felix
