mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
put back space between radio buttons and labels
This commit is contained in:
@@ -1059,7 +1059,7 @@ foreach $o (@$opts) {
|
||||
($o->[0] eq $value ? " checked" : "").
|
||||
($dis ? " disabled=true" : "").
|
||||
" id=\"$id\"".
|
||||
($o->[2] ? " ".$o->[2] : "")."><label for=\"$id\">".
|
||||
($o->[2] ? " ".$o->[2] : "")."> <label for=\"$id\">".
|
||||
$label."</label>".$after."\n";
|
||||
}
|
||||
return $rv;
|
||||
|
||||
Reference in New Issue
Block a user