From 45f22089272a4b1e1a3a2d0ed037f9732c14a565 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Jan 2004 22:12:08 +0000 Subject: [PATCH] =?UTF-8?q?Meilleur=20comportement=20de=20l'affichage=20de?= =?UTF-8?q?s=20champs=20de=20recherche=20sur=20le=20menu=20gauche=20avec?= =?UTF-8?q?=20IE.=20Dej=E0=20OK=20pour=20Mozilla.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 65bc56d4d8a..0ce0f44a482 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -503,8 +503,8 @@ Function left_menu($menu, $help_url='', $form_search='') if (defined("MAIN_MODULE_PRODUIT") && MAIN_MODULE_PRODUIT > 0) { - print '

'; - print 'Produits'; + print ''; + print 'Produits
'; print ' '; print ''; print "
\n";