Skip to content

Commit

Permalink
MDL-10405 course: CSS classname correction
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy authored and David Monllao committed Feb 10, 2015
1 parent 6e47fb1 commit 330e51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/format/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ protected function section_edit_controls($course, $section, $onsectionpage = fal
'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));
}

Expand Down

0 comments on commit 330e51f

Please sign in to comment.