From e0f5d5de91e7738829775e2bed6cd04970ccdd4d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 25 Oct 2003 09:51:49 +0000 Subject: [PATCH] Ajout ligne d'espace pour le debuggage dans print_fiche_titre --- htdocs/lib/functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 30bd6fae590..612cbc19e40 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -370,13 +370,13 @@ function print_titre($titre) */ function print_fiche_titre($titre, $mesg='') { - print ''; + print "\n".'
'; print ''; if (strlen($mesg)) { print ''; } - print '
'.$titre.'
'.$mesg.'
'; + print ''."\n"; } /* *