From: moodler Date: Sun, 14 Sep 2003 17:20:40 +0000 (+0000) Subject: Reduced size of table cells ... might need to work on editing buttons X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=567df7420ae61c2d07485b82e6fce5b6cb11fe52;p=moodle.git Reduced size of table cells ... might need to work on editing buttons --- diff --git a/course/lib.php b/course/lib.php index 67dab8fe9c..0eb69fc674 100644 --- a/course/lib.php +++ b/course/lib.php @@ -609,7 +609,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false, $modinfo = unserialize($course->modinfo); - echo "\n"; + echo "
\n"; if (!empty($section->sequence)) { $sectionmods = explode(",", $section->sequence);