X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_divSelectBox.inc;h=bde57f9c5538c4c49df4392b758ab6b3347ec030;hb=60a1f24f0dc107e50429f35e02e21ea226c5991a;hp=a6d81e9142e8f50560a7ec83a89e4c28733d5cbd;hpb=e7d429bab372fcb5dffd45a8bbfce8566ce0726a;p=gosa.git diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index a6d81e914..bde57f9c5 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; @@ -100,7 +100,7 @@ class divSelectBox { $style = " ".$s_value2['attach']." " ; } - $s_return .= "\n"; + $s_return .= "\n"; $s_return .= $s_value2['string']; $s_return .= ""; }