Code

w3c
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Dec 2005 09:54:58 +0000 (09:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Dec 2005 09:54:58 +0000 (09:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2357 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions.inc

index a9c0e3463dcba6bed930da0be3a0caf058575419..52880401791773c61570409cf4811398d9349627 100644 (file)
@@ -1247,7 +1247,7 @@ function range_selector($dcnt,$start,$range=25,$post_var=false)
 
   if($post_var){
     $output.= "<div style='border:1px solid #E0E0E0; background-color:#FFFFFF;'>
-              <table width='100%'><tr><td style='width:25%'></td><td style='text-align:center;'>";
+              <table summary='' width='100%'><tr><td style='width:25%'></td><td style='text-align:center;'>";
   }else{
     $output.= "<div style='border:1px solid #E0E0E0; background-color:#FFFFFF;'>";
   }