]> git.mjollnir.org Git - moodle.git/commitdiff
Duplicate alt tags in course category page MDL-8711, merged from MOODLE_18_STABLE
authorpoltawski <poltawski>
Thu, 1 Mar 2007 14:47:52 +0000 (14:47 +0000)
committerpoltawski <poltawski>
Thu, 1 Mar 2007 14:47:52 +0000 (14:47 +0000)
course/category.php

index f3dd90587fb92a75d824ef133c628c88315fb113..09215d0accf285801bc2eb248903123a49a81fdb 100644 (file)
                 echo '<td align="right">';
                 if (!empty($acourse->guest)) {
                     echo '<a href="view.php?id='.$acourse->id.'"><img title="'.
-                         $strallowguests.'" alt="" class="icon" src="'.
+                         $strallowguests.'" class="icon" src="'.
                          $CFG->pixpath.'/i/user.gif" alt="'.$strallowguests.'" /></a>';
                 }
                 if (!empty($acourse->password)) {
                     echo '<a href="view.php?id='.$acourse->id.'"><img title="'.
-                         $strrequireskey.'" alt="" class="icon" src="'.
+                         $strrequireskey.'" class="icon" src="'.
                          $CFG->pixpath.'/i/key.gif" alt="'.$strrequireskey.'" /></a>';
                 }
                 if (!empty($acourse->summary)) {