diff --git a/static/js/map.js b/static/js/map.js index 527596f..b4c02a3 100644 --- a/static/js/map.js +++ b/static/js/map.js @@ -276,7 +276,7 @@ function build_item_detail(item) { } } if (item.image_list && item.image_list.length) { - popup += `
`; + popup += `
`; } if (item.street_address && item.street_address.length) { popup += `
street address
${item.street_address[0]["text"]}`;