mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-41615 quiz_mod: fix heading levels for usability and accessibility
This commit is contained in:
parent
d214057cad
commit
c544ee92f5
23 changed files with 86 additions and 32 deletions
|
@ -72,6 +72,7 @@ $PAGE->set_pagelayout('admin');
|
|||
$PAGE->set_title(get_string('overrides', 'quiz'));
|
||||
$PAGE->set_heading($course->fullname);
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading(format_string($quiz->name, true, array('context' => $context)));
|
||||
|
||||
// Delete orphaned group overrides.
|
||||
$sql = 'SELECT o.id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue