Dropped <div></div> around inputs
This commit is contained in:
parent
bf1c4db74e
commit
37a3411c12
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ class HTML extends Object
|
||||||
|
|
||||||
unset($attributes['label']);
|
unset($attributes['label']);
|
||||||
|
|
||||||
return $label . $this->element('div', $this->$method($attributes));
|
return $label . $this->$method($attributes);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
2
jar.php
2
jar.php
|
@ -4231,7 +4231,7 @@ class HTML extends Object
|
||||||
|
|
||||||
unset($attributes['label']);
|
unset($attributes['label']);
|
||||||
|
|
||||||
return $label . $this->element('div', $this->$method($attributes));
|
return $label . $this->$method($attributes);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue