From 9368336bae40016f42815e70b388c8b0a5858343 Mon Sep 17 00:00:00 2001
From: martin <martin>
Date: Sat, 3 Aug 2002 12:26:52 +0000
Subject: [PATCH] Tiny tweak to spacer image for IE browsers

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 "<IMG SRC=\"pix/spacer.gif\" WIDTH=200 HEIGHT=0><BR>";
       
              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 "<IMG SRC=\"pix/spacer.gif\" WIDTH=200 HEIGHT=0><BR>";
          }
      
          if (isadmin()) {
-- 
2.39.5