Commit 749a91f9 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #840 from noor/develop

Fixed optgroup closing tag
parents 1c0501ef ec0128be
......@@ -427,7 +427,7 @@ class Form {
$html[] = static::option($value, $display, $selected);
}
return '<optgroup label="'.HTML::entities($label).'">'.implode('', $html).'</option>';
return '<optgroup label="'.HTML::entities($label).'">'.implode('', $html).'</optgroup>';
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment