mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-10405 course: CSS classname correction
This commit is contained in:
parent
6e47fb1da3
commit
330e51fa14
@ -266,7 +266,7 @@ abstract class format_section_renderer_base extends plugin_renderer_base {
|
||||
'sr' => $onsectionpage ? $section->section : 0, 'delete' => 1));
|
||||
$controls[] = html_writer::link($url,
|
||||
html_writer::empty_tag('img', array('src' => $this->output->pix_url('t/delete'),
|
||||
'class' => 'iconsmall edit', 'alt' => $strdelete)),
|
||||
'class' => 'icon delete', 'alt' => $strdelete)),
|
||||
array('title' => $strdelete));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user