Skip to content

Commit

Permalink
Merge branch 'MDL-78125-400' of https://github.com/junpataleta/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_400_STABLE
  • Loading branch information
andrewnicols committed May 15, 2023
2 parents 0ec9804 + 63ae4b4 commit a0fe28c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions question/type/multianswer/renderer.php
Expand Up @@ -212,8 +212,9 @@ protected function get_feedback_image(string $icon, string $feedbackcontents): s
return '';
}

return html_writer::tag('button', $icon, [
'type' => 'button',
return html_writer::link('#', $icon, [
'role' => 'button',
'tabindex' => 0,
'class' => 'btn btn-link p-0',
'data-toggle' => 'popover',
'data-container' => 'body',
Expand Down

0 comments on commit a0fe28c

Please sign in to comment.