diff --git a/emhttp/plugins/dynamix/OpenDevices.page b/emhttp/plugins/dynamix/OpenDevices.page
index f187aeb49..a341465b1 100644
--- a/emhttp/plugins/dynamix/OpenDevices.page
+++ b/emhttp/plugins/dynamix/OpenDevices.page
@@ -25,15 +25,30 @@ $('=$tabX?>').bind({click:function() {$('i.toggle').show('slow');}});
-
-| _(Device)_ | _(Identification)_ | =$power?>_(Temp)_ | _(Reads)_ | _(Writes)_ | _(Errors)_ | _(FS)_ | _(Size)_ | _(Used)_ | _(Free)_ |
-
-
-foreach ($devs as $dev):
- echo " |
";
-endforeach;
-?>
-
-
+
+
+
+
+ | _(Device)_ |
+ _(Identification)_ |
+ =$power?>_(Temp)_ |
+ _(Reads)_ |
+ _(Writes)_ |
+ _(Errors)_ |
+ _(FS)_ |
+ _(Size)_ |
+ _(Used)_ |
+ _(Free)_ |
+
+
+
+
+ foreach ($devs as $dev):
+ echo " |
";
+ endforeach;
+ ?>
+
+
+
:open_devices_help: