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