mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-64493-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
ae242c33f8
2 changed files with 5 additions and 4 deletions
|
@ -503,7 +503,7 @@ class core_course_renderer extends plugin_renderer_base {
|
|||
'type' => 'hidden', 'name' => 'completionstate', 'value' => $newstate));
|
||||
$output .= html_writer::tag('button',
|
||||
$this->output->pix_icon('i/completion-' . $completionicon, $imgalt),
|
||||
array('class' => 'btn btn-link', 'title' => $imgalt));
|
||||
array('class' => 'btn btn-link', 'aria-live' => 'assertive'));
|
||||
$output .= html_writer::end_tag('div');
|
||||
$output .= html_writer::end_tag('form');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue