diff --git a/public/pages/aed.ejs b/public/pages/aed.ejs index 713656b..a81d845 100644 --- a/public/pages/aed.ejs +++ b/public/pages/aed.ejs @@ -157,30 +157,29 @@ // Function to create carousel HTML function createCarouselHTML(images, aedId) { let html = ` - -
`; return html; } @@ -233,7 +232,7 @@ `; } - popupContent += ' < /div>'; + // Create marker and popup const marker = L.marker([lat, lng]).addTo(map); const popup = L.popup({