layout fix
This commit is contained in:
parent
9e06230f8b
commit
01c9df38f6
|
@ -996,6 +996,7 @@ class htmlSelect extends htmlElement {
|
|||
else {
|
||||
echo $this->elements[0];
|
||||
}
|
||||
echo ' ';
|
||||
}
|
||||
elseif (sizeof($this->elements) == 0) {
|
||||
echo '</div>';
|
||||
|
|
Loading…
Reference in New Issue