SPacing fixes

This commit is contained in:
moodler
2005-04-22 19:17:06 +00:00
parent 48065f32e5
commit 232b51bb7b

View File

@@ -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>";
}
}