Merge branch 'wip-mdl-35784' of git://github.com/rajeshtaneja/moodle

This commit is contained in:
Aparup Banerjee
2012-10-08 15:12:54 +08:00
+1 -1
View File
@@ -111,7 +111,7 @@ class block_course_overview_renderer extends plugin_renderer_base {
} 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');