From ca35f6605e00e4c5c5e74e1bcd13401a37faa0a8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 28 Jun 2003 14:06:49 +0000 Subject: [PATCH] Modif alignement du message dans la fonction print_fiche_titre --- htdocs/lib/functions.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/functions.inc.php3 b/htdocs/lib/functions.inc.php3 index 7c5b6d9e99a..889da91e238 100644 --- a/htdocs/lib/functions.inc.php3 +++ b/htdocs/lib/functions.inc.php3 @@ -282,7 +282,7 @@ function print_fiche_titre($titre, $mesg='') print '
'.$titre.'
'; if (strlen($mesg)) { - print ''.$mesg.''; + print ''.$mesg.''; } print ''; }