diff --git a/instagram-locations.py b/instagram-locations.py
index ca53952..4198752 100644
--- a/instagram-locations.py
+++ b/instagram-locations.py
@@ -124,7 +124,7 @@ html_template = '''
}).addTo(map);
function onEachFeature(feature, layer) {
- layer.bindPopup(`` + feature.properties.name + `
` + feature.properties.address );
+ layer.bindPopup(`` + feature.properties.name + `
` + feature.properties.address );
}
L.geoJSON(locs, {