put back space between radio buttons and labels

This commit is contained in:
Jamie Cameron
2014-01-01 23:28:36 -08:00
parent c939863c3a
commit 5e8b41a8ce

View File

@@ -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;