From 1c409bfe80069dbce99cfaeb08efe7f75c4e0869 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 955b58c01e2..808198690bd 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1572,7 +1572,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 . '';