diff --git a/module/geogallery/view/index/index.js.php b/module/geogallery/view/index/index.js.php index e6be52b7..c9fc8ccc 100644 --- a/module/geogallery/view/index/index.js.php +++ b/module/geogallery/view/index/index.js.php @@ -35,5 +35,5 @@ const objOptions = JSON.parse(jsonOptions); obj.forEach(function(location) { var marker = L.marker([location.lat, location.long], {title: location.label}); marker.addTo(map); - marker.bindPopup('Thumbnail'); + marker.bindPopup('

' + location.label + '

Thumbnail'); }); \ No newline at end of file