X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_divSelectBox.inc;h=4ddc3fba594c3b22bea5bc6edec6c34a082686bf;hb=0adbff1190cf5933e2f48f5c9022496de7bade2e;hp=9030787f50b6985a80cd2d0aa9328f3bbeedfa14;hpb=7092108872fb20f4565a58d5b1aa8c54ed91b6fa;p=gosa.git diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index 9030787f5..4ddc3fba5 100644 --- a/include/class_divSelectBox.inc +++ b/include/class_divSelectBox.inc @@ -65,8 +65,8 @@ class divSelectBox { /* If divlist is empty, append a single white entry */ if(count($this->a_entries)==0){ - $str.=" "; + $str.=" "; return($str); } @@ -80,7 +80,7 @@ class divSelectBox { $i_alternate=1; } - $s_return .= "\n"; + $s_return .= "\n"; $cnt = 0; @@ -109,9 +109,9 @@ class divSelectBox { $s_return.="\n"; for($i = 0 ; $i < ($this->cols) ; $i ++){ if($i >= ($this->cols-1)){ - $s_return .= " "; + $s_return .= "
 
"; }else{ - $s_return .= " "; + $s_return .= "
 
"; } }