Code

fixed w3c
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Dec 2005 09:38:44 +0000 (09:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Dec 2005 09:38:44 +0000 (09:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2329 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_divlist.inc

index 33a65dfff404788b4fe2969f8474155d88fab672..d624d383745325b82869dcf59182770d7689dc18 100644 (file)
@@ -92,7 +92,7 @@ class divlist {
                
     // Using scrolltable?
     if($this->i_entriesPerPage == 0) {
-      $s_return .= "\n<tr><td class='scrollhead'><table style='width:".$this->s_width."px;' cellspacing='0'>";
+      $s_return .= "\n<tr><td class='scrollhead'><table summary='' style='width:".$this->s_width."px;' cellspacing='0'>";
     }
 
                $s_return .= "\n<tr>";
@@ -134,7 +134,7 @@ class divlist {
       // We need to construct a "body"-table that is width-of-scrollbar thinner than the "head"-table.
       $s_return .= "\n<tr><td colspan='".$this->cols."' class='scrollbody'><div style='width:".$this->s_width."px;height:".($this->s_height-20)."px;' class='scrollbody'>";
 
-      $s_return .= "<table style='height:100%;width:581px;' cellspacing='0'>";
+      $s_return .= "<table summary='' style='height:100%;width:581px;' cellspacing='0'>";
        }
  
     $i_alternate=0;
@@ -277,7 +277,7 @@ class divlist {
         $fill= "";
         for ($i= 1; $i <= $this->cols; $i++){
           if ($i == $this->cols){
-           $fill.= "<td class='list1' style='height:100%;border-right:0px';>&nbsp;</td>";
+           $fill.= "<td class='list1' style='height:100%;border-right:0px;'>&nbsp;</td>";
           } else {
            $fill.= "<td class='list1' style='height:100%;'>&nbsp;</td>";
           }