From 8bd84b4d3645f2027dd1fc76a613fbde790fcc0e Mon Sep 17 00:00:00 2001 From: mchurch Date: Wed, 8 Sep 2004 21:36:12 +0000 Subject: [PATCH] More XHTML 1.0 Transitional compliance. --- course/lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/course/lib.php b/course/lib.php index a146114ea0..9cc5d3b5cb 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 "

"; -- 2.39.5