[Mapbender-commits] r1438 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jun 5 06:17:46 EDT 2007
Author: christoph
Date: 2007-06-05 06:17:46 -0400 (Tue, 05 Jun 2007)
New Revision: 1438
Modified:
trunk/mapbender/http/javascripts/mod_displayWmc.php
Log:
forgot to remove htmlentities from else branch
Modified: trunk/mapbender/http/javascripts/mod_displayWmc.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_displayWmc.php 2007-06-05 10:13:16 UTC (rev 1437)
+++ trunk/mapbender/http/javascripts/mod_displayWmc.php 2007-06-05 10:17:46 UTC (rev 1438)
@@ -36,7 +36,7 @@
}
else {
header("Content-type: application/xhtml+xml; charset=".CHARSET);
- echo htmlentities($wmc_gml);
+ echo $wmc_gml;
}
}
else{
More information about the Mapbender_commits
mailing list