From e0971d8b4221a7e37a2e219cf858762f07160e62 Mon Sep 17 00:00:00 2001 From: Jason Fowler Date: Tue, 4 Dec 2012 15:15:22 +0800 Subject: [PATCH 1/1] MDL-36110 - Blocks - Community finder icon alt attribute is now empty --- blocks/community/block_community.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/community/block_community.php b/blocks/community/block_community.php index 35e3f2e212d..bef1b693d4f 100644 --- a/blocks/community/block_community.php +++ b/blocks/community/block_community.php @@ -69,7 +69,7 @@ class block_community extends block_list { } $icon = html_writer::empty_tag('img', array('src' => $OUTPUT->pix_url('i/group'), - 'class' => 'icon', 'alt' => get_string('addcourse', 'block_community'))); + 'class' => 'icon', 'alt' => "")); $addcourseurl = new moodle_url('/blocks/community/communitycourse.php', array('add' => true, 'courseid' => $this->page->course->id)); $searchlink = html_writer::tag('a', $icon . ' ' . get_string('addcourse', 'block_community'), -- 2.43.0