From: <var...@us...> - 2014-10-06 10:02:01
|
Revision: 9193 http://sourceforge.net/p/phpwiki/code/9193 Author: vargenau Date: 2014-10-06 10:01:53 +0000 (Mon, 06 Oct 2014) Log Message: ----------- Remove deprecated HTML tag Modified Paths: -------------- trunk/lib/plugin/GoogleMaps.php Modified: trunk/lib/plugin/GoogleMaps.php =================================================================== --- trunk/lib/plugin/GoogleMaps.php 2014-10-06 09:42:22 UTC (rev 9192) +++ trunk/lib/plugin/GoogleMaps.php 2014-10-06 10:01:53 UTC (rev 9193) @@ -129,9 +129,9 @@ $markerjs = JavaScript(" function createMarker(point, text) { var marker = new GMarker(point); - var html = text + \"<br><br><font size='-1'>[" . + var html = text + \"<br /><br />[" . _("new window") . - "]</font>\"; + "]\"; GEvent.addListener(marker, \"click\", function() {marker.openInfoWindowHtml(html);}); return marker; }"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |