More XHTML 1.0 Transitional compliance.

This commit is contained in:
mchurch
2004-09-08 21:36:12 +00:00
parent 6ccf1c631a
commit 8bd84b4d36
+2 -1
View File
@@ -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: <a href=\"$CFG->wwwroot/user/view.php?id=$teacher->id&course=".SITEID."\">$fullname</a><br />";
echo $teacher->role.': <a href="'.$CFG->wwwroot.'/user/view.php?id='.$teacher->id.
'&amp;course='.SITEID.'">'.$fullname.'</a><br />';
}
}
echo "</font></p>";