Skip to content

Commit

Permalink
Merge branch 'MDL-61408-master' of https://github.com/lucaboesch/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Feb 22, 2018
2 parents 25e0557 + a58fd97 commit 6478b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/behaviour/rendererbase.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ protected function submit_button(question_attempt $qa, question_display_options
'id' => $qa->get_behaviour_field_name('submit'),
'name' => $qa->get_behaviour_field_name('submit'),
'value' => get_string('check', 'question'),
'class' => 'submit btn',
'class' => 'submit btn btn-default',
);
if ($options->readonly) {
$attributes['disabled'] = 'disabled';
Expand Down

0 comments on commit 6478b4e

Please sign in to comment.