mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-72687 assign: use correct aria role for toolbar
This commit is contained in:
parent
f1966bbb50
commit
9252b53b6e
@ -203,7 +203,7 @@ class assignfeedback_editpdf_renderer extends plugin_renderer_base {
|
||||
|
||||
// Add toolbars to toolbar_group in order of display, and float the toolbar_group right.
|
||||
$toolbars = $rotationtools . $toolbar1 . $toolbar2 . $toolbar3 . $toolbar4;
|
||||
$toolbargroup = html_writer::div($toolbars, 'toolbar_group', array('role' => 'toolbar_group'));
|
||||
$toolbargroup = html_writer::div($toolbars, 'toolbar_group', ['role' => 'toolbar']);
|
||||
}
|
||||
|
||||
$pageheader = html_writer::div($navigation1 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user