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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Dec 22 09:49:07 EST 2009


Author: christoph
Date: 2009-12-22 09:49:06 -0500 (Tue, 22 Dec 2009)
New Revision: 5232

Modified:
   trunk/mapbender/http/javascripts/mod_highlightPOI.php
Log:


Modified: trunk/mapbender/http/javascripts/mod_highlightPOI.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_highlightPOI.php	2009-12-22 14:49:01 UTC (rev 5231)
+++ trunk/mapbender/http/javascripts/mod_highlightPOI.php	2009-12-22 14:49:06 UTC (rev 5232)
@@ -145,7 +145,7 @@
 		var pos = mapObject.convertRealToPixel(pointFromUrl);
 		tagSource += "<div style='z-index:13;position:absolute;left:"+(pos.x-Math.round(0.5*poi_width))+"px;top:"+(pos.y-Math.round(0.5*poi_height))+"px'>";
 		tagSource += "<img src='"+poi_image+"'>";
-		tagSource += "<span style='"+poi_style+"'>"+mod_highlightPOI_params[i]+"<span>";
+		tagSource += "<span style='"+poi_style+"'>"+mod_highlightPOI_params[i]+"</span>";
 		tagSource += "</div>";
 	}
 	$("#" + mapObject.elementName + "_permanent").html(tagSource);



More information about the Mapbender_commits mailing list