Removed whitespace.
This commit is contained in:
parent
520d841500
commit
9b4763dd23
9 changed files with 23 additions and 23 deletions
|
@ -69,7 +69,7 @@ class Form extends Singleton
|
|||
{
|
||||
return $this->input($name, $value, $classes, $additional, 'hidden');
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Text Area
|
||||
*
|
||||
|
@ -112,7 +112,7 @@ class Form extends Singleton
|
|||
* @param array $options key/values for the options
|
||||
* @param string $selected optional default option
|
||||
* @return string HTML for the options
|
||||
* @todo Add support for optgroup
|
||||
* @todo Add support for optgroup
|
||||
*/
|
||||
public function options($options, $selected = null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue