From 35f334be051bea7b2dc83e42b28035aa4f6cb865 Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Wed, 12 Jan 2022 11:40:01 +0100 Subject: [PATCH] MDL-73508 core_course: bigger activity description on view page --- course/templates/activity_info.mustache | 2 +- lib/templates/activity_header.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course/templates/activity_info.mustache b/course/templates/activity_info.mustache index ecf9f074f49..6c034185221 100644 --- a/course/templates/activity_info.mustache +++ b/course/templates/activity_info.mustache @@ -71,7 +71,7 @@ {{/hascompletion}} {{#hasdates}} -
+
{{#activitydates}} {{>core_course/activity_date}} diff --git a/lib/templates/activity_header.mustache b/lib/templates/activity_header.mustache index 60417a265c0..42339b6748f 100644 --- a/lib/templates/activity_header.mustache +++ b/lib/templates/activity_header.mustache @@ -76,7 +76,7 @@ {{{completion}}} {{/completion}} {{#description}} -
+
{{{description}}}
{{/description}}