You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-31 10:04:20 +03:00
remove extra semi-colon - thanks to @PF4Public / #524
This commit is contained in:
@ -2373,7 +2373,7 @@ function gen_show_status($show_alias)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$stat_string .= "; ";
|
||||
$stat_string .= " ";
|
||||
}
|
||||
|
||||
// $stat_string .= "<span style='background-color:green'> </span> " .
|
||||
|
Reference in New Issue
Block a user