Code

w3c
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 21 Dec 2005 07:24:51 +0000 (07:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 21 Dec 2005 07:24:51 +0000 (07:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2360 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_divSelectBox.inc

index 4fbb7afafed340a7d0614e8d85324250da7afa5a..746765539dd6f68d0f612eaa5379d35118ec4f2d 100644 (file)
@@ -65,7 +65,7 @@ class divSelectBox {
        
     /* If divlist is empty, append a single white entry */
     if(count($this->a_entries)==0){
-      $str.="<tr><td class='list1' style='height:100%';>&nbsp;</td></tr>";
+      $str.="<tr><td class='list1' style='height:100%;'>&nbsp;</td></tr>";
       return($str);
     }