Skip to content

Commit

Permalink
Merge branch 'wip-MDL-36110-s24' of git://github.com/phalacee/moodle …
Browse files Browse the repository at this point in the history
…into MOODLE_24_STABLE
  • Loading branch information
danpoltawski committed Dec 11, 2012
2 parents b90b9b8 + 89bc7e7 commit 4afa0b5
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 4afa0b5

Please sign in to comment.