diff --git a/views/listing.html b/views/listing.html
index 3208fb7..eba499d 100644
--- a/views/listing.html
+++ b/views/listing.html
@@ -16,30 +16,34 @@
-
-
-
- Nickname |
- Bandwidth |
- Uptime |
- Country |
- Flags |
- Type |
-
-
-
- {% for node in nodes %}
-
- {{ node.nickname }} |
- {{ node.advertised_bandwidth }} |
- {{ node.last_restarted if node.running else 'Down' }} |
- {{ node.country_name }} |
- {{ node.flags }} |
- {{ node.type }} |
-
- {% endfor %}
-
-
+
+
+
+
+
+ Nickname |
+ Bandwidth |
+ Uptime |
+ Country |
+ Flags |
+ Type |
+
+
+
+ {% for node in nodes %}
+
+ {{ node.nickname }} |
+ {{ node.advertised_bandwidth }} |
+ {{ node.last_restarted if node.running else 'Down' }} |
+ {{ node.country_name }} |
+ {{ node.flags }} |
+ {{ node.type }} |
+
+ {% endfor %}
+
+
+
+