summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2011-08-30 19:56:23 +0000
committerRob Peters <makitso@gmail.com>2011-08-30 19:56:23 +0000
commit512a75ef9bc32efa1a293ab310e9bf466def1854 (patch)
treeb26aaf1a86da0b424ee112934f506bc724f612ef
parenta1c597574a29bf6fe2c5662665923ba3c2d1919e (diff)
downloadwebtrees-512a75ef9bc32efa1a293ab310e9bf466def1854.tar.gz
webtrees-512a75ef9bc32efa1a293ab310e9bf466def1854.tar.bz2
webtrees-512a75ef9bc32efa1a293ab310e9bf466def1854.zip
Syntax error causing IE8/9 problems when place hierarchy includes maps
-rw-r--r--modules_v3/googlemap/placehierarchy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/googlemap/placehierarchy.php b/modules_v3/googlemap/placehierarchy.php
index de35d41a00..c0dfadfde0 100644
--- a/modules_v3/googlemap/placehierarchy.php
+++ b/modules_v3/googlemap/placehierarchy.php
@@ -571,7 +571,7 @@ function map_scripts($numfound, $level, $parent, $linklevels, $placelevels, $pla
icon: iconImage,
shadow: iconShadow,
map: map,
- title: name,
+ title: name
});
// Show this markers name in the info window when it is clicked
google.maps.event.addListener(marker, 'click', function() {