diff --git a/course/format/social/format.php b/course/format/social/format.php index 4fd8a4c4bc6..8c07ca8f2ee 100644 --- a/course/format/social/format.php +++ b/course/format/social/format.php @@ -64,7 +64,7 @@ if (trim($forum->intro) != '') { echo $OUTPUT->box($introcontent, 'generalbox', 'intro'); } -echo html_writer::div(forum_get_subscribe_link($forum, $modcontext), 'subscribelink'); +echo html_writer::div(forum_get_subscribe_link($forum, $modcontext), 'subscribelink text-end'); $numdiscussions = course_get_format($course)->get_course()->numdiscussions; if ($numdiscussions < 1) { diff --git a/course/format/templates/local/content.mustache b/course/format/templates/local/content.mustache index 9d9336c8658..0dd3cdb8618 100644 --- a/course/format/templates/local/content.mustache +++ b/course/format/templates/local/content.mustache @@ -53,7 +53,8 @@ "id": 35, "header": { "name": "Section title", - "url": "#" + "url": "#", + "headinglevel": 3 }, "cmlist": { "cms": [ @@ -83,7 +84,8 @@ "id": 36, "header": { "name": "Section 2 title", - "url": "#" + "url": "#", + "headinglevel": 3 }, "cmlist": { "cms": [ @@ -139,7 +141,8 @@ "id": 37, "header": { "name": "Single Section Example", - "url": "#" + "url": "#", + "headinglevel": 3 }, "cmlist": { "cms": [ @@ -169,7 +172,7 @@