[Mapbender-commits] r5481 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Feb 2 06:08:13 EST 2010


Author: verenadiewald
Date: 2010-02-02 06:08:12 -0500 (Tue, 02 Feb 2010)
New Revision: 5481

Modified:
   trunk/mapbender/http/javascripts/mod_digitize_tab.php
Log:
added meta info encoding to digitize window

Modified: trunk/mapbender/http/javascripts/mod_digitize_tab.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_digitize_tab.php	2010-02-02 08:58:14 UTC (rev 5480)
+++ trunk/mapbender/http/javascripts/mod_digitize_tab.php	2010-02-02 11:08:12 UTC (rev 5481)
@@ -1968,7 +1968,7 @@
 	if (defaultIndex != -1) {
 		elForm = buildElementForm(defaultIndex, geometryIndex);
 
-		var headStr = "<html><head><style type='text/css'>" + wfsConf[defaultIndex]['g_style'] + "</style>";
+		var headStr = "<html><head><meta http-equiv='Content-Type' content='text/html; charset=<?php echo CHARSET;?>'><style type='text/css'>" + wfsConf[defaultIndex]['g_style'] + "</style>";
 		headStr += '<link rel="stylesheet" type="text/css" href="../extensions/theme/ui.all.css" />';
 		headStr += '<style type="text/css">'
 		headStr += 'a.tabheader { margin: 0 3px 0 0;padding: 1px 5px;text-decoration: none;color: #999;background-color: #F5F5F5;border: 1px solid #999;border-bottom: 0; }';



More information about the Mapbender_commits mailing list