mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-42909 course: fixed whitespace
This commit is contained in:
parent
d90b055ab1
commit
584539c0fc
@ -1108,7 +1108,7 @@ class core_course_renderer extends plugin_renderer_base {
|
||||
|
||||
if ($ismoving) {
|
||||
$movingurl = new moodle_url('/course/mod.php', array('movetosection' => $section->id, 'sesskey' => sesskey()));
|
||||
$sectionoutput .= html_writer::tag('li',
|
||||
$sectionoutput .= html_writer::tag('li',
|
||||
html_writer::link($movingurl, $this->output->render($movingpix), array('title' => $strmovefull)),
|
||||
array('class' => 'movehere'));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user