fix syntax error
This commit is contained in:
parent
78912584e1
commit
df9f6103e4
|
@ -2595,7 +2595,7 @@ function html_radio($name, $values, $selected=null, $options=array(), $attrs=arr
|
|||
', $name, $value, $label, ($value==$selected?' checked="checked"':''),
|
||||
$attributes_string,
|
||||
(isset($options['id']) ? $options['id'] : ''),
|
||||
( ( (!isset($options['inline'])) or $options['inline'] ) ? '-inline' : ''),
|
||||
( ( (!isset($options['inline'])) or $options['inline'] ) ? '-inline' : '')
|
||||
);
|
||||
if ( isset($options['container']) ) {
|
||||
$html .= $options['container'][1];
|
||||
|
|
Loading…
Reference in New Issue