Commit 749a91f9 by Taylor Otwell

Merge pull request #840 from noor/develop

Fixed optgroup closing tag
parents 1c0501ef ec0128be
...@@ -427,7 +427,7 @@ class Form { ...@@ -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>';
} }
/** /**
......
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