Dropped <div></div> around inputs

This commit is contained in:
Josh Sherman 2013-02-01 15:14:35 -05:00
parent bf1c4db74e
commit 37a3411c12
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ class HTML extends Object
unset($attributes['label']);
return $label . $this->element('div', $this->$method($attributes));
return $label . $this->$method($attributes);
}
else
{