diff --git a/course/groups.php b/course/groups.php index bd9fdc08f1f..a5185e134db 100644 --- a/course/groups.php +++ b/course/groups.php @@ -58,6 +58,7 @@ $isteacheredit = isteacheredit($course->id); foreach ($groups as $group) { $t = $group; + $t->description = format_text($group->description); $t->picture = print_group_picture($group, $course->id, true, true, true); if ($t->users = get_users_in_group($group->id, 'u.lastname ASC')) { foreach ($t->users as $key => $user) {