From 24f970f4f4f7efa39dd4a3be8794f601a3cedaad Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 16 Nov 2019 13:21:42 +1300 Subject: [PATCH] Added alt tag --- app/assets/javascripts/places.js.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/places.js.erb b/app/assets/javascripts/places.js.erb index b3fb2ef66..f5f58f50b 100644 --- a/app/assets/javascripts/places.js.erb +++ b/app/assets/javascripts/places.js.erb @@ -77,7 +77,7 @@ function showMap(placesmap) { var link = "

" + p.attributes['crop-name'] + "

"; var where = "

" + p.attributes.location + "

"; if (p.attributes['thumbnail']) { - where += ''; + where += ''; } marker.bindPopup(link + where).openPopup(); markers.addLayer(marker);