Skip to content

Commit

Permalink
Merge branch 'wip-mdl-35784' of git://github.com/rajeshtaneja/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Oct 8, 2012
2 parents dbce42a + 266bc29 commit af312fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/course_overview/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function course_overview($courses, $overviews) {
} else {
$html .= $this->output->heading(html_writer::link(
new moodle_url('/auth/mnet/jump.php', array('hostid' => $course->hostid, 'wantsurl' => '/course/view.php?id='.$course->remoteid)),
format_string($course->shortname, true, $course->id), $attributes) . ' (' . format_string($course->hostname) . ')', 2, 'title');
format_string($course->shortname, true), $attributes) . ' (' . format_string($course->hostname) . ')', 2, 'title');
}
$html .= $this->output->box('', 'flush');
$html .= html_writer::end_tag('div');
Expand Down

0 comments on commit af312fd

Please sign in to comment.