Skip to content

Commit

Permalink
Merge branch 'MDL-76225-400' of https://github.com/ferranrecio/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_400_STABLE
  • Loading branch information
junpataleta committed Dec 5, 2022
2 parents bdba785 + 70abc44 commit 65397a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions course/format/templates/local/content/section/header.mustache
Expand Up @@ -31,13 +31,13 @@
}}

{{#headerdisplaymultipage}}
<h3 class="sectionid-{{id}}-title sectionname">
<h3 id="sectionid-{{id}}-title" class="sectionname">
{{{title}}}
</h3>
{{/headerdisplaymultipage}}
{{^headerdisplaymultipage}}
{{#sitehome}}
<h2 class="sectionid-{{id}}-title sectionname">
<h2 id="sectionid-{{id}}-title" class="sectionname">
{{{title}}}
</h2>
{{/sitehome}}
Expand All @@ -60,8 +60,8 @@
<span class="dir-ltr-hide">{{#pix}} t/collapsedchevron_rtl, core {{/pix}}</span>
</span>
</a>
<h3 class="sectionid-{{id}}-title sectionname course-content-item d-flex align-self-stretch align-items-center mb-0"
id="coursecontentsection{{num}}" data-for="section_title" data-id="{{id}}" data-number="{{num}}">
<h3 class="sectionname course-content-item d-flex align-self-stretch align-items-center mb-0"
id="sectionid-{{id}}-title" data-for="section_title" data-id="{{id}}" data-number="{{num}}">
{{{title}}}
</h3>
</div>
Expand Down

0 comments on commit 65397a0

Please sign in to comment.