Skip to content

Commit

Permalink
Merge branch 'MDL-65074' of https://github.com/hitteshahuja/moodle in…
Browse files Browse the repository at this point in the history
…to master
  • Loading branch information
stronk7 committed Oct 5, 2020
2 parents 7a8950c + 68110d3 commit fd46cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/renderer.php
Expand Up @@ -349,7 +349,7 @@ public function navigation_panel(quiz_nav_panel_base $panel) {
* @return string HTML fragment.
*/
protected function render_quiz_nav_question_button(quiz_nav_question_button $button) {
$classes = array('qnbutton', $button->stateclass, $button->navmethod, 'btn', 'btn-secondary');
$classes = array('qnbutton', $button->stateclass, $button->navmethod, 'btn');
$extrainfo = array();

if ($button->currentpage) {
Expand Down

0 comments on commit fd46cc5

Please sign in to comment.