Skip to content

Commit

Permalink
Format group description
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Feb 15, 2004
1 parent 2ad0d1d commit 3afe108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/group.php
Expand Up @@ -108,7 +108,7 @@
print_group_picture($group, $course->id, true, false, false);
echo '</div>';
if ($group->description) {
print_simple_box($group->description, 'center', '50%');
print_simple_box(format_text($group->description), 'center', '50%');
}

echo '<br />';
Expand Down

0 comments on commit 3afe108

Please sign in to comment.