[OpenLayers-Commits] r12033 - project/website/include

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Jun 2 06:41:50 EDT 2011


Author: ahocevar
Date: 2011-06-02 03:41:49 -0700 (Thu, 02 Jun 2011)
New Revision: 12033

Modified:
   project/website/include/head.html
Log:
setting encoding to utf-8 to avoid issues with non-Latin characters in sample map (see #3336)

Modified: project/website/include/head.html
===================================================================
--- project/website/include/head.html	2011-05-31 15:00:51 UTC (rev 12032)
+++ project/website/include/head.html	2011-06-02 10:41:49 UTC (rev 12033)
@@ -4,6 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
   <title>OpenLayers: <!--#echo var="title" --></title>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="stylesheet" href="/trac.css" type="text/css" />
   <link rel="stylesheet" href="/common.css" type="text/css" />
   <link rel="stylesheet" href="/website.css" type="text/css" />



More information about the Commits mailing list