1
0
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:
Jun Pataleta 2023-08-10 11:09:20 +08:00 committed by Huong Nguyen
parent 44787c35bc
commit e99eacb4f6
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A

@ -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}}"