Skip to content

Commit

Permalink
MDL-61408 qbehaviour: Correct "Check" button styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Feb 16, 2018
1 parent d1b4ca9 commit a58fd97
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 a58fd97

Please sign in to comment.