mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-73386-master' of https://github.com/junpataleta/moodle
This commit is contained in:
commit
aef7c3357d
1 changed files with 1 additions and 2 deletions
|
@ -1900,8 +1900,7 @@ class quiz_attempt {
|
|||
$bc = new block_contents();
|
||||
$bc->attributes['id'] = 'mod_quiz_navblock';
|
||||
$bc->attributes['role'] = 'navigation';
|
||||
$bc->attributes['aria-labelledby'] = 'mod_quiz_navblock_title';
|
||||
$bc->title = html_writer::span(get_string('quiznavigation', 'quiz'), '', array('id' => 'mod_quiz_navblock_title'));
|
||||
$bc->title = get_string('quiznavigation', 'quiz');
|
||||
$bc->content = $output->navigation_panel($panel);
|
||||
return $bc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue