mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix formatting errors introduced by last commit.
This commit is contained in:
parent
6c40c00764
commit
0675ab803d
@ -105,6 +105,10 @@ if ($mode == 'bss') {
|
||||
$state_fixed = str_replace(" ", " ", $state);
|
||||
$state_fixed = str_replace(" ", " ", $state_fixed);
|
||||
$state_fixed = str_replace(" ", " ", $state_fixed);
|
||||
$state_fixed = str_replace(" ", " ", $state_fixed);
|
||||
$state_fixed = str_replace(" ", " ", $state_fixed);
|
||||
$state_fixed = str_replace(" ", " ", $state_fixed);
|
||||
$state_fixed = str_replace(" ", " ", $state_fixed);
|
||||
$state_split = split(" ", $state_fixed);
|
||||
print "<tr>";
|
||||
print "<td>{$state_split[0]}</td>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user