From: martin Date: Sat, 3 Aug 2002 12:26:52 +0000 (+0000) Subject: Tiny tweak to spacer image for IE browsers X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9368336bae40016f42815e70b388c8b0a5858343;p=moodle.git Tiny tweak to spacer image for IE browsers --- diff --git a/index.php b/index.php index aff26ac05c..eab0e472a2 100644 --- a/index.php +++ b/index.php @@ -31,7 +31,6 @@ $sections = get_all_sections($site->id); if ($site->newsitems > 0 or $sections[0]->sequence or isediting($site->id)) { - echo "
"; if ($sections[0]->sequence or isediting($site->id)) { get_all_mods($site->id, $mods, $modnames, $modnamesplural, $modnamesused); @@ -53,6 +52,7 @@ print_simple_box(get_string("courses"), "CENTER", "100%", "$THEME->cellheading"); print_all_courses($cat=1, "minimal", 10); } + echo "
"; } if (isadmin()) {