diff --git a/.upgradenotes/MDL-82679-2025013012260250.yml b/.upgradenotes/MDL-82679-2025013012260250.yml new file mode 100644 index 00000000000..8ddaea790b8 --- /dev/null +++ b/.upgradenotes/MDL-82679-2025013012260250.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 ca60194220c..135b979fb5c 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 dbf6c38a8b6..14b39514ea5 100644 --- a/course/format/templates/local/content/section/header.mustache +++ b/course/format/templates/local/content/section/header.mustache @@ -55,10 +55,10 @@