MDL-42909 course: fixed whitespace

This commit is contained in:
Sam Hemelryk 2014-07-21 11:42:52 +12:00
parent d90b055ab1
commit 584539c0fc

View File

@ -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'));
}