From 3afe1085e288c8196a62d23088aa209a8bc02a50 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 15 Feb 2004 09:29:55 +0000 Subject: [PATCH] Format group description --- course/group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/group.php b/course/group.php index 912a9a00fe..983353af9c 100644 --- a/course/group.php +++ b/course/group.php @@ -108,7 +108,7 @@ print_group_picture($group, $course->id, true, false, false); echo ''; if ($group->description) { - print_simple_box($group->description, 'center', '50%'); + print_simple_box(format_text($group->description), 'center', '50%'); } echo '
'; -- 2.39.5