mirror of
https://github.com/webmin/webmin.git
synced 2025-07-29 11:50:54 +00:00
Add more space before first link/button
This commit is contained in:
@ -34,7 +34,7 @@ if (@logins) {
|
||||
foreach my $l (@logins) {
|
||||
my $state;
|
||||
my $candel = 0;
|
||||
my $nbsp = " ";
|
||||
my $nbsp = " ";
|
||||
if ($l->[0] =~ /^\!/) {
|
||||
$state = $text{'sessions_out'};
|
||||
}
|
||||
|
Reference in New Issue
Block a user