More XHTML 1.0 Transitional compliance.
This commit is contained in:
+2
-1
@@ -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.
|
||||
'&course='.SITEID.'">'.$fullname.'</a><br />';
|
||||
}
|
||||
}
|
||||
echo "</font></p>";
|
||||
|
||||
Reference in New Issue
Block a user