mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-42629: Fixing dodgy merge conflict (oops)
This commit is contained in:
parent
8d81bd5d1e
commit
48bde0eed4
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user