diff --git a/templates/main_table.html b/templates/main_table.html
index 3572a76..ce85624 100644
--- a/templates/main_table.html
+++ b/templates/main_table.html
@@ -91,7 +91,7 @@
{% if _table['MASTERS'][_master]['PEERS']|length >0 %}
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
- {{_cdata['CALLSIGN']}}
+ {{_cdata['CALLSIGN']}}
DMR ID: {{ _client }}
@@ -104,7 +104,7 @@
Soft_Ver: {{_cdata['SOFTWARE_ID'] }}
Info: {{_cdata['LOCATION']}}
Master: {{_master}}
-
+
{% endfor %}
{% endif %}
{% endfor %}
@@ -115,10 +115,10 @@