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