Code

| is no longer allowed in goShareServer Tab
[gosa.git] / plugins / admin / groups / class_groupAcl.inc
index 8020ea24f4915d79916945246327f226791b26a2..cc5c435823d6421c55c76a864dc77c2e871c5e75 100644 (file)
@@ -50,7 +50,7 @@ class acl extends plugin
   {
        /* Do we represent a valid group? */
        if (!$this->is_account && $this->parent == NULL){
-               $display= "<img src=\"images/stop.png\" align=\"middle\">&nbsp;<b>".
+               $display= "<img alt=\"\" src=\"images/stop.png\" align=\"middle\">&nbsp;<b>".
                _("This 'dn' is no acl container.")."</b>";
                return ($display);
        }
@@ -202,7 +202,7 @@ class acl extends plugin
        asort ($name);
 
        # Generate checklist
-       $display.= "<table style=\"width:100%;\">\n";
+       $display.= "<table summary=\"\" style=\"width:100%;\">\n";
        $switch= 0;
        foreach ($name as $key => $val){
                if ($switch == 0){