@@ -46,8 +46,9 @@ |
||
46 | 46 | $unit = 'B'; |
47 | 47 | } |
48 | 48 | |
49 | - if ($unit == 'B') |
|
50 | - $decimals = 0; |
|
49 | + if ($unit == 'B') { |
|
50 | + $decimals = 0; |
|
51 | + } |
|
51 | 52 | |
52 | 53 | // If decimals is not numeric or decimals is less than 0 |
53 | 54 | if (!is_numeric($decimals) || $decimals < 0) { |