diff --git a/course/lib.php b/course/lib.php index a146114ea06..9cc5d3b5cb9 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1268,7 +1268,8 @@ function print_course($course, $width="100%") { $teacher->role = $course->teacher; } $fullname = fullname($teacher, isteacher($course->id)); // is the USER a teacher of that course - echo "$teacher->role: wwwroot/user/view.php?id=$teacher->id&course=".SITEID."\">$fullname
"; + echo $teacher->role.': '.$fullname.'
'; } } echo "

";