From d084dc959b5d9c3c3527bba2e4f8b9ec6c863fde Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 9 Feb 2004 09:10:22 +0000 Subject: [PATCH] Modification de print_titre supression de la table inutile --- htdocs/lib/functions.inc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index c2682c7e2f9..0a363adb808 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -438,9 +438,7 @@ function print_liste_field_titre_new($name, $file, $field, $begin="", $options=" function print_titre($titre) { - print ''; - print ''; - print '
'.$titre.'
'; + print '
'.$titre.'
'; } /* *