diff --git a/htdocs/compta/bank/fiche.php b/htdocs/compta/bank/fiche.php index f60241b453f..ad4072918c5 100644 --- a/htdocs/compta/bank/fiche.php +++ b/htdocs/compta/bank/fiche.php @@ -205,7 +205,7 @@ if ($action == 'create') print_fiche_titre($langs->trans("NewFinancialAccount")); - if ($message) { print "$message
\n"; } + dol_htmloutput_mesg($message); if ($conf->use_javascript_ajax) { @@ -323,9 +323,11 @@ if ($action == 'create') print ''.$langs->trans("BalanceMinimalDesired").''; print 'account_min_desired).'">'; - print ''; - print ''; print ''; + + print '

'; + + print ''; } /* ************************************************************************** */ /* */