From: mchurch Date: Wed, 8 Sep 2004 21:36:12 +0000 (+0000) Subject: More XHTML 1.0 Transitional compliance. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8bd84b4d3645f2027dd1fc76a613fbde790fcc0e;p=moodle.git More XHTML 1.0 Transitional compliance. --- 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 "

";