[Mapbender-commits] r2675 - branches/2.5/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jul 18 11:00:06 EDT 2008


Author: christoph
Date: 2008-07-18 11:00:05 -0400 (Fri, 18 Jul 2008)
New Revision: 2675

Modified:
   branches/2.5/http/php/mod_setLocale.php
Log:
bug fix

removed single qoutes of charset in content-type header

Modified: branches/2.5/http/php/mod_setLocale.php
===================================================================
--- branches/2.5/http/php/mod_setLocale.php	2008-07-18 10:26:21 UTC (rev 2674)
+++ branches/2.5/http/php/mod_setLocale.php	2008-07-18 15:00:05 UTC (rev 2675)
@@ -24,6 +24,6 @@
 $localeObj = new Mb_locale($_SESSION["mb_lang"]);
 session_write_close();
 
-header("Content-type='text/plain';Charset='utf-8'");
+header("Content-type='text/plain';Charset=utf-8");
 echo $localeObj->name;
 ?>



More information about the Mapbender_commits mailing list