]> git.mjollnir.org Git - moodle.git/commitdiff
Added a <BR>
authormartin <martin>
Sat, 1 Jun 2002 09:48:24 +0000 (09:48 +0000)
committermartin <martin>
Sat, 1 Jun 2002 09:48:24 +0000 (09:48 +0000)
course/social.php

index d0ca1474b6365ec6b1cbf4fa62427cc7f60b98fa..b080f23af88f3d01a037b65ec091b9aa10e290db 100644 (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()) {