diff --git a/applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js b/applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js index 5e9e02d26e..1df0db4e33 100644 --- a/applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js +++ b/applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js @@ -227,7 +227,7 @@ } if(n.linkCount) { html += "

links: " + n.linkCount + "

"; } if(n.local_addresses) { - html += "

local addresses:
" + n.local_addresses.join('
') + "

"; + html += "

local addresses:
" + n.local_addresses.join('
') + "

"; } overlayInner.html(html); overlay.classed("njg-hidden", false);