[Mapbender-commits] r2282 - branches/2.5/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Mar 20 09:37:31 EDT 2008
Author: christoph
Date: 2008-03-20 09:37:31 -0400 (Thu, 20 Mar 2008)
New Revision: 2282
Modified:
branches/2.5/http/php/mod_button_tooltips.php
Log:
error in encoding...would have confused IE
Modified: branches/2.5/http/php/mod_button_tooltips.php
===================================================================
--- branches/2.5/http/php/mod_button_tooltips.php 2008-03-20 13:06:31 UTC (rev 2281)
+++ branches/2.5/http/php/mod_button_tooltips.php 2008-03-20 13:37:31 UTC (rev 2282)
@@ -34,6 +34,6 @@
$json = new Services_JSON();
$output = $json->encode($buttonObj);
-header("Content-type:text/plain; Charset='UTF-8'");
+header("Content-type:text/plain; charset=utf-8");
echo $output;
?>
\ No newline at end of file
More information about the Mapbender_commits
mailing list