Skip to content

Commit

Permalink
MDL-36110 - Blocks - Community finder icon alt attribute is now empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnfwlr committed Dec 4, 2012
1 parent 15b3a43 commit 589591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/community/block_community.php
Expand Up @@ -69,7 +69,7 @@ function get_content() {
}

$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'),
Expand Down

0 comments on commit 589591b

Please sign in to comment.