From ddb16bdd38a53ec838401ccb14aaaf8b39ea48d8 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Wed, 3 Oct 2012 17:03:35 +0800 Subject: [PATCH] MDL-35634 course: Restored alt attribute on module icons --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/lib.php b/course/lib.php index d3395566767..2e3eefd8c66 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1576,7 +1576,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false, // Display link itself echo 'extra . $onclick . ' href="' . $url . '"> ' . + '" class="activityicon" alt="' . $modulename . '" /> ' . $accesstext . '' . $instancename . $altname . '';