diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index 1290c324fc3..870bb3a5d0a 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -197,12 +197,11 @@ if ($HTTP_POST_VARS["action"] == 'confirm_add_spip' && $HTTP_POST_VARS["confirm" /* Création d'une fiche */ /* */ /* ************************************************************************** */ -if ($errmsg != ''){ +if ($errmsg != '') +{ print ''; - print ''; print "\n"; - // print "$errmsg\n"; print '
Erreur dans l\'execution du formulaire
$errmsg
'; }