Ajout ligne d'espace pour le debuggage dans print_fiche_titre

This commit is contained in:
Rodolphe Quiedeville 2003-10-25 09:51:49 +00:00
parent 4d88e5cf11
commit e0f5d5de91

View File

@ -370,13 +370,13 @@ function print_titre($titre)
*/ */
function print_fiche_titre($titre, $mesg='') function print_fiche_titre($titre, $mesg='')
{ {
print '<table width="100%" border="0" cellpadding="3" cellspacing="0">'; print "\n".'<table width="100%" border="0" cellpadding="3" cellspacing="0">';
print '<tr><td><div class="titre">'.$titre.'</div></td>'; print '<tr><td><div class="titre">'.$titre.'</div></td>';
if (strlen($mesg)) if (strlen($mesg))
{ {
print '<td align="right"><b>'.$mesg.'</b></td>'; print '<td align="right"><b>'.$mesg.'</b></td>';
} }
print '</tr></table>'; print '</tr></table>'."\n";
} }
/* /*
* *