Skip to content

Commit

Permalink
Merge branch 'MDL-73386-master' of https://github.com/junpataleta/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
snake committed May 26, 2022
2 parents 9b6ad14 + 60fcabf commit aef7c33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mod/quiz/attemptlib.php
Expand Up @@ -1900,8 +1900,7 @@ public function get_navigation_panel(mod_quiz_renderer $output,
$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;
}
Expand Down

0 comments on commit aef7c33

Please sign in to comment.