Added a <BR>

This commit is contained in:
martin 2002-06-01 09:48:24 +00:00
parent 13c7e2719a
commit a5e62dcb17

View File

@ -48,6 +48,7 @@
echo "<TABLE CELLPADDING=4 CELLSPACING=0><TR><TD>";
print_recent_activity($course);
echo "</TD></TR></TABLE>";
echo "<BR>";
// Print Admin links for teachers and admin.
if (isteacher($USER->id) || isadmin()) {