Fix syntax error

This commit is contained in:
Laurent Destailleur 2018-08-24 15:05:57 +02:00
parent 07407f46a7
commit d2a7c9976b

View File

@ -3734,7 +3734,7 @@ class Form
else $more.='<td>&nbsp;</td>';
$more.='<td><input type="radio" class="flat'.$morecss.'" id="'.$input['name'].'" name="'.$input['name'].'" value="'.$selkey.'"'.$moreattr;
if ($input['disabled']) $more.=' disabled';
$more.=' /> '
$more.=' /> ';
$more.=$selval;
$more.='</td></tr>'."\n";
$i++;