From e2b7251de931b9cc61c2d1f7e760465466a55c00 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 23 Sep 2003 03:13:31 +0000 Subject: [PATCH] Whoops, silly typo --- course/lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course/lib.php b/course/lib.php index 01ff764ea8..3cd740fc4e 100644 --- a/course/lib.php +++ b/course/lib.php @@ -243,7 +243,7 @@ function print_recent_activity($course) { $users = get_recent_enrolments($course->id, $timestart); if ($users) { - echo "

": + echo "

"; foreach ($users as $user) { if (! $heading) { print_headline(get_string("newusers").":"); @@ -252,7 +252,7 @@ function print_recent_activity($course) { } echo "id&course=$course->id\">$user->firstname $user->lastname
"; } - echo "

": + echo "

"; } // Next, have there been any modifications to the course structure? -- 2.39.5