commit
749a91f948
|
@ -427,7 +427,7 @@ protected static function optgroup($options, $label, $selected)
|
||||||
$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