]> git.mjollnir.org Git - moodle.git/commitdiff
Accessibility: validation, missing 'alt' attribute, near $strshowallweeks (OU-Bugz...
authornfreear <nfreear>
Wed, 15 Mar 2006 09:56:40 +0000 (09:56 +0000)
committernfreear <nfreear>
Wed, 15 Mar 2006 09:56:40 +0000 (09:56 +0000)
course/format/weeks/format.php

index 88a5917b93efb7b49ac5a0b91e275d5a5f3affb7..d0794185d5a45b160f564f7adc080d4c7e680e64 100644 (file)
 
             if ($displaysection == $section) {
                 echo '<a href="view.php?id='.$course->id.'&amp;week=all#section-'.$section.'" title="'.$strshowallweeks.'">'.
-                     '<img src="'.$CFG->pixpath.'/i/all.gif" height="25" width="16" border="0" /></a><br />';
+                     '<img src="'.$CFG->pixpath.'/i/all.gif" height="25" width="16" border="0" alt="'.$strshowallweeks.'" /></a><br />';
             } else {
                 $strshowonlyweek = get_string("showonlyweek", "", $section);
                 echo '<a href="view.php?id='.$course->id.'&amp;week='.$section.'" title="'.$strshowonlyweek.'">'.