Code

w3c conformity changes.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Dec 2005 11:08:54 +0000 (11:08 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Dec 2005 11:08:54 +0000 (11:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2334 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_divlist.inc

index d624d383745325b82869dcf59182770d7689dc18..e8f208dd9d64a2effa2107307e72c9ff752f3482 100644 (file)
@@ -217,9 +217,9 @@ class divlist {
                                $cnt=0;
                                for($a = 0 ; $a < (count($this->a_header[0])) ; $a ++ ) {
                                        if($a ==(count($this->a_header[0])-1)){
-                                               $s_return.="\n<td class='list1' style='border:0px;' height='26'>&nbsp;</td>";
+                                               $s_return.="\n<td class='list1' style='border:0px;height:26px;'>&nbsp;</td>";
                                        } else {
-                                               $s_return.="\n<td class='list1' height='26'>&nbsp;</td>";
+                                               $s_return.="\n<td class='list1' style='height:26px;'>&nbsp;</td>";
                                        }
                                }
                                $s_return.="\n</tr>";