mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +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 .= 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.
|
// This div is used to indent the content.
|
||||||
$output .= html_writer::div('', $indentclasses);
|
$output .= html_writer::div('', $indentclasses);
|
||||||
|
|
|
@ -201,7 +201,7 @@ class media_videojs_plugin extends core_media_player_native {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return html_writer::div($text, 'mediaplugin mediaplugin_videojs');
|
return html_writer::div($text, 'mediaplugin mediaplugin_videojs d-block');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue