Qual: Uniformize code

This commit is contained in:
Juanjo Menent 2011-09-07 06:08:01 +00:00
parent 2f616ef143
commit 2b125c542d

View File

@ -92,7 +92,7 @@ print "</center>";
print '</form>'; print '</form>';
dol_htmloutput_mesg($mesg); if ($mesg) print '<br>'.$mesg;
print '<br><br>'; print '<br><br>';
@ -140,6 +140,7 @@ if ($conf->fournisseur->enabled)
} }
print '<br>'; print '<br>';
dol_htmloutput_mesg($mesg);
$db->close(); $db->close();