diff --git a/meshview/templates/map.html b/meshview/templates/map.html index ad6ae46..be79a9b 100644 --- a/meshview/templates/map.html +++ b/meshview/templates/map.html @@ -140,7 +140,7 @@ function renderNodesOnMap(){ marker.nodeId = node.key; marker.originalColor = color; markerById[node.key] = marker; - const popup = `${node.long_name} (${node.short_name})
+ const popup = `${node.long_name} (${node.short_name})
Channel: ${node.channel}
Model: ${node.hw_model}
Role: ${node.role}