mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 15:10:05 +01:00
Merge branch 'MDL-78125-master' of https://github.com/junpataleta/moodle
This commit is contained in:
commit
d9fb5152f7
@ -212,8 +212,9 @@ abstract class qtype_multianswer_subq_renderer_base extends qtype_renderer {
|
||||
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user