iselect style undefined
This commit is contained in:
parent
186abd01e3
commit
e08889845c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class ISelect extends HtmlInput
|
|||
|
||||
$r="";
|
||||
|
||||
$a="<SELECT id=\"$this->name\" NAME=\"$this->name\" $this->style $this->javascript $disabled>";
|
||||
$a="<SELECT id=\"$this->name\" NAME=\"$this->name\" $style $this->javascript $disabled>";
|
||||
|
||||
if (empty($this->value)) return '';
|
||||
for ( $i=0;$i<sizeof($this->value);$i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue