diff options
Diffstat (limited to 'app/static/app.js')
-rw-r--r-- | app/static/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/static/app.js b/app/static/app.js index bc4b89e..faff329 100644 --- a/app/static/app.js +++ b/app/static/app.js @@ -141,7 +141,7 @@ class Maps { let html = `<b>${pharmacyName}</b><br>`; html += `${pharmacyAddress}<br>`; html += `тел: ${pharmacyPhone}<br><br>`; - html += lines.join('\n'); + html += lines.join('<br>'); mark.properties.set('balloonContent', html); }); this.map.geoObjects.add(mark); |