fixed optgroup closing tag
This commit is contained in:
parent
681f80eafb
commit
ec0128be8f
@ -427,7 +427,7 @@ class Form {
|
|||||||
$html[] = static::option($value, $display, $selected);
|
$html[] = static::option($value, $display, $selected);
|
||||||
}
|
}
|
||||||
|
|
||||||
return '<optgroup label="'.HTML::entities($label).'">'.implode('', $html).'</option>';
|
return '<optgroup label="'.HTML::entities($label).'">'.implode('', $html).'</optgroup>';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user