diff options
Diffstat (limited to 'static/main_map.js')
-rw-r--r-- | static/main_map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/main_map.js b/static/main_map.js index 145f936..7a9e070 100644 --- a/static/main_map.js +++ b/static/main_map.js @@ -236,7 +236,7 @@ function putMarker(layer, mark) { feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud); feature.data.popupContentHTML = "<div class='cloud'>"; feature.data.popupContentHTML += mark.properties.name; - feature.data.popupContentHTML += "<br/> </div>"; + feature.data.popupContentHTML += "</div>"; feature.data.overflow = 'hidden'; var marker = feature.createMarker(); /* manage markers events */ |