diff --git a/templates/bootstrap/admin/wallet/peers.tpl b/templates/bootstrap/admin/wallet/peers.tpl
index 50770d3f..bccd331c 100644
--- a/templates/bootstrap/admin/wallet/peers.tpl
+++ b/templates/bootstrap/admin/wallet/peers.tpl
@@ -1,31 +1,35 @@
-
-
-
-
- Peer Information
-
-
-
-
-
- | Host |
- Protocol |
- Identity |
- Connected |
- Traffic |
-
-
-
-{foreach key=KEY item=ARRAY from=$PEERINFO}
-
- | {$ARRAY['addr']} |
- {$ARRAY['version']} |
- {$ARRAY['subver']|replace:'/':''} |
- {$ARRAY['conntime']|date_format:$GLOBAL.config.date} |
- {(($ARRAY['bytessent']|default:"0" + $ARRAY['bytesrecv']|default:"0") / 1024 / 1024)|number_format:"3"} MB |
-
-{/foreach}
-
-
-
-
+
+
+
+
+ Peer Information
+
+
+
+
+
+
+ | Host |
+ Protocol |
+ Identity |
+ Connected |
+ Traffic |
+
+
+
+ {foreach key=KEY item=ARRAY from=$PEERINFO}
+
+ | {$ARRAY['addr']} |
+ {$ARRAY['version']} |
+ {$ARRAY['subver']|replace:'/':''} |
+ {$ARRAY['conntime']|date_format:$GLOBAL.config.date} |
+ {(($ARRAY['bytessent']|default:"0" + $ARRAY['bytesrecv']|default:"0") / 1024 / 1024)|number_format:"3"} MB |
+
+ {/foreach}
+
+
+
+
+
+
+