mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-68330-master-2' of git://github.com/mihailges/moodle
This commit is contained in:
commit
4f7b9e3276
2 changed files with 2 additions and 2 deletions
|
@ -903,7 +903,7 @@ class core_course_renderer extends plugin_renderer_base {
|
|||
$output .= course_get_cm_move($mod, $sectionreturn);
|
||||
}
|
||||
|
||||
$output .= html_writer::start_tag('div', array('class' => 'mod-indent-outer'));
|
||||
$output .= html_writer::start_tag('div', array('class' => 'mod-indent-outer w-100'));
|
||||
|
||||
// This div is used to indent the content.
|
||||
$output .= html_writer::div('', $indentclasses);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue