[Mapbender-commits] r7860 - branches/2.7/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jun 10 12:37:28 EDT 2011


Author: astrid_emde
Date: 2011-06-10 09:37:28 -0700 (Fri, 10 Jun 2011)
New Revision: 7860

Modified:
   branches/2.7/http/php/mod_wmc2ol.php
Log:
#815 fixed added charset to OL head

Modified: branches/2.7/http/php/mod_wmc2ol.php
===================================================================
--- branches/2.7/http/php/mod_wmc2ol.php	2011-06-10 16:36:55 UTC (rev 7859)
+++ branches/2.7/http/php/mod_wmc2ol.php	2011-06-10 16:37:28 UTC (rev 7860)
@@ -169,6 +169,7 @@
 	if ($_REQUEST['withoutBody'] == '1') { 	
 	} else {
 		//Generate Title
+		$html.="<meta http-equiv=\"Content-Type\" content=\"text/html; charset=".CHARSET."\">\n";
 		$html.="<title>".$xml->General->Title."</title>\n";
 	}
 	//include OL libs from local source - must be minimized, for new functions use the newest openlayers lib - directly from ol site



More information about the Mapbender_commits mailing list