diff --git a/.upgradenotes/MDL-82679-2025013012141805.yml b/.upgradenotes/MDL-82679-2025013012141805.yml new file mode 100644 index 00000000000..8ddaea790b8 --- /dev/null +++ b/.upgradenotes/MDL-82679-2025013012141805.yml @@ -0,0 +1,14 @@ +issueNumber: MDL-82679 +notes: + core_courseformat: + - message: >- + HTML IDs relating to section collapse/expand have been changed in the + course format templates. + + - core_courseformat/local/content/section/header + #collapssesection{{num}} has been changed to #collapsesectionid{{id}} + + - core_courseformat/local/content/section/content + #coursecontentcollapse{{num}} had been changed to + #coursecontentcollapseid{{id}} + type: fixed diff --git a/course/format/templates/local/content/section/content.mustache b/course/format/templates/local/content/section/content.mustache index b12016f48c3..fa170060bf9 100644 --- a/course/format/templates/local/content/section/content.mustache +++ b/course/format/templates/local/content/section/content.mustache @@ -161,7 +161,7 @@ {{/headerdisplaymultipage}} {{/header}} -
{{#isstealth}} diff --git a/course/format/templates/local/content/section/header.mustache b/course/format/templates/local/content/section/header.mustache index 862f06ef214..b920bcc00ba 100644 --- a/course/format/templates/local/content/section/header.mustache +++ b/course/format/templates/local/content/section/header.mustache @@ -55,10 +55,10 @@