From 2ad0d1da3c704445545d6c913cf29f16030d70d3 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 15 Feb 2004 09:29:20 +0000 Subject: [PATCH] Format the group description --- course/groups.php | 1 + 1 file changed, 1 insertion(+) 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) {