From: martin <martin>
Date: Sun, 4 Aug 2002 13:27:20 +0000 (+0000)
Subject: More monir tweaks
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=47ef87952824f47312341bf3c3bad6cff3807c58;p=moodle.git

More monir tweaks
---

diff --git a/course/lib.php b/course/lib.php
index 9885d0a819..e83900af57 100644
--- a/course/lib.php
+++ b/course/lib.php
@@ -470,7 +470,7 @@ function print_section($courseid, $section, $mods, $modnamesused, $absolute=fals
             echo "<BR>\n";
         }
     }
-    echo "</TD></TR></TABLE>\n";
+    echo "</TD></TR></TABLE><BR>\n\n";
 }
 
 function print_side_block($heading="", $list=NULL, $footer="", $icons=NULL) {