diff --git a/mount/system_info.pl b/mount/system_info.pl index 7df6b43ca..c989ca82b 100644 --- a/mount/system_info.pl +++ b/mount/system_info.pl @@ -74,14 +74,14 @@ sub list_system_info $used_nice.$iused, $total_nice.$itotal_full, $dev_id]); - $html .= &ui_columns_end(); } - return ({ 'type' => 'html', - 'desc' => $desc, - 'open' => $open, - 'id' => $module_name . '_disks_info', - 'html' => $html - }); + $html .= &ui_columns_end(); + return ({ 'type' => 'html', + 'desc' => $desc, + 'open' => $open, + 'id' => $module_name . '_disks_info', + 'html' => $html + }); } sub ucwords