diff --git a/html/ajax_card.php b/html/ajax_card.php index aa1860dc1..b4debbfbb 100644 --- a/html/ajax_card.php +++ b/html/ajax_card.php @@ -223,7 +223,7 @@ case 'sc': { $f=new Fiche($cn); $f->insert($fd_id,$_POST); - $html='

Fiche sauvée

'; + $html='

Fiche sauvée

'; $html.=$f->Display(true); $js=""; if ( isset( $_POST['ref'])) $js=create_script(' window.location.reload()');