From 21dd662975cd1d807f6fc57dfe92b2405caf4a4b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 31 Oct 2005 17:41:37 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/index.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/index.php b/htdocs/index.php index 08f3870a993..22d683bf3b1 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -506,6 +506,12 @@ if (sizeof($boxes)) } +// Juste pour éviter bug IE qui réorganise mal div précédents si celui-ci absent +print '
'; +print ' '; +print '
'; + + $db->close(); llxFooter('$Date$ - $Revision$');