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