diff --git a/install.sh b/install.sh
index 0b4bf49..9c525da 100644
--- a/install.sh
+++ b/install.sh
@@ -615,7 +615,7 @@ cat > /opt/FDMR-Monitor/templates/main_table.html <<- "EOF"
PEERS:
{% for _peer, _pdata in _table['PEERS'].items() %}
-
{{_pdata['CALLSIGN']}}
+ {{_pdata['CALLSIGN']}}
{% if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' %}
Connected
{% else %}