MDL-42629: Fixing dodgy merge conflict (oops)

This commit is contained in:
Damyon Wiese 2013-11-05 16:35:57 +08:00
parent 8d81bd5d1e
commit 48bde0eed4

View File

@ -225,7 +225,6 @@ class core_course_management_renderer extends plugin_renderer_base {
}
$countid = 'course-count-'.$category->id;
$html .= html_writer::span(get_string('courses'), 'accesshide', array('id' => $countid));
$html .= html_writer::span($category->coursecount.$courseicon, 'course-count dimmed', array('aria-labelledby' => $countid));
$html .= html_writer::span(
html_writer::span($category->get_courses_count()).$courseicon,
'course-count dimmed',