Code

Don't need this </tr>
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Dec 2005 12:39:21 +0000 (12:39 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Dec 2005 12:39:21 +0000 (12:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2337 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_divlist.inc

index e8f208dd9d64a2effa2107307e72c9ff752f3482..ab1efecae1dafe496775fc9a27529bfd445fca6d 100644 (file)
@@ -282,7 +282,7 @@ class divlist {
            $fill.= "<td class='list1' style='height:100%;'>&nbsp;</td>";
           }
         }
-        $s_return.="\n<tr>$fill</tr>";
+        $s_return.="\n<tr>$fill";
       }
       if($this->i_entriesPerPage == 0) {
         $s_return .= "\n</table></div></td>";