mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Merge branch 'MDL-65074' of https://github.com/hitteshahuja/moodle into master
This commit is contained in:
commit
fd46cc5b37
@ -349,7 +349,7 @@ class mod_quiz_renderer extends plugin_renderer_base {
|
||||
* @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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user