From 2ec816391eca8ba427e46d3ab9bb91efd96ab930 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 2 Jul 2005 02:58:16 +0000 Subject: [PATCH] Make print_info_box_np() output rounded --- etc/inc/pfsense-utils.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 6d87845db9..d1a37451c9 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -893,9 +893,9 @@ function get_disk_info() { echo "\n\n"; foreach ($tab_array as $ta) { if($ta[1] == true) { - echo "   {$ta[0]} 
  \n"; + echo "    {$ta[0]} 
   \n"; } else { - echo "   {$ta[0]}  
 \n"; + echo "    {$ta[0]}   
 \n"; } } echo " \n";