From: gustav_delius Date: Sun, 30 May 2004 11:22:06 +0000 (+0000) Subject: Fixed relative links in recent activity, see bug 1497 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=761b1f84699a5b4d3352a9a951502fbbe28099d0;p=moodle.git Fixed relative links in recent activity, see bug 1497 --- diff --git a/course/lib.php b/course/lib.php index f2bffe6174..ebe8868c39 100644 --- a/course/lib.php +++ b/course/lib.php @@ -493,7 +493,7 @@ function print_recent_activity($course) { echo '
'; echo get_string("activitysince", "", userdate($timestart)); - echo '

'.get_string('recentactivityreport').'

'; + echo '

'.get_string('recentactivityreport').'

'; echo '
'; @@ -514,7 +514,7 @@ function print_recent_activity($course) { $content = true; } $fullname = fullname($user, $isteacher); - echo "id&course=$course->id\">$fullname
"; + echo 'id&course=$course->id\">$fullname
"; } echo "

"; }