mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 00:02:18 +02:00
SPacing fixes
This commit is contained in:
@@ -318,7 +318,7 @@
|
||||
echo "<tr><td width=\"10\" nowrap=\"nowrap\">";
|
||||
print_user_picture($user->id, $course->id, $user->picture);
|
||||
echo "</td><td width=\"100%\" nowrap=\"nowrap\">";
|
||||
echo "<p>".fullname($user, $isteacher)."</p>";
|
||||
echo fullname($user, $isteacher);
|
||||
echo "</td></tr>";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user