layout fix

This commit is contained in:
Roland Gruber 2012-11-11 11:35:30 +00:00
parent 9e06230f8b
commit 01c9df38f6
1 changed files with 1 additions and 0 deletions

View File

@ -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>';