mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 09:55:33 +02:00
MDL-78528 course: Use h2 to avoid skipped headings
Use h2 headings instead of h3 for the activity headings to avoid having skipped headings on the Default activity completion page.
This commit is contained in:
parent
44787c35bc
commit
e99eacb4f6
@ -64,7 +64,7 @@
|
||||
<span class="sr-only">{{#str}} collapsecategory, core, {{formatedname}} {{/str}}</span>
|
||||
</span>
|
||||
<img class="iconlarge activityicon ml-4" src="{{icon}}" alt="" aria-hidden="true">
|
||||
<h3 class="activityname ml-3 mb-0">{{{formattedname}}}</h3>
|
||||
<h2 class="activityname ml-3 mb-0">{{{formattedname}}}</h2>
|
||||
</a>
|
||||
</div>
|
||||
<div id="activitycompletioncollapse-{{id}}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user