diff --git a/meshview/templates/reliability.html b/meshview/templates/reliability.html
index 6c688bd..85affae 100644
--- a/meshview/templates/reliability.html
+++ b/meshview/templates/reliability.html
@@ -546,7 +546,11 @@ function renderReliabilityMap(gatewayRows, nodesById) {
}).bindPopup(`
${nodeLink(row.nodeId, nodesById)}
Reliability: ${row.percent.toFixed(1)}%
- Heard: ${row.heardCount} (${row.total})
+ Heard:
+
+ (${row.total})
`).addTo(reliabilityMapLayer);
bounds.push(latLng);
});