diff --git a/templates/main_table.html b/templates/main_table.html
index ce6bf2d..774ba2a 100644
--- a/templates/main_table.html
+++ b/templates/main_table.html
@@ -8,7 +8,7 @@
-
+
{% for _master in _table['MASTERS'] %}
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
{% if _cdata[1]['TS'] == True or _cdata[2]['TS'] == True %}
@@ -54,7 +54,7 @@
{% endif %}
{% endif %}
{% endfor %}
- |
+
{% endif %}