diff --git a/html/ajax_history.php b/html/ajax_history.php index 81332a541..265896e6e 100644 --- a/html/ajax_history.php +++ b/html/ajax_history.php @@ -109,7 +109,7 @@ if ( isset($_GET['f_id'])) echo '

'.$detail_card.'

'; if ( $fiche->HtmlTable($array,0,0)==-1){ - echo h2("Aucun opération pour l'exercice courant",'class="error"'); + echo h2("Aucune opération pour l'exercice courant",'class="error"'); } echo $old; @@ -180,7 +180,7 @@ if ( isset($_REQUEST['pcm_val'])) if ( $poste->HtmlTable($array) == -1) { echo h2info($poste->id." ".$poste->name); - echo h2("Aucun opération pour l'exercice courant",'class="error"'); + echo h2("Aucune opération pour l'exercice courant",'class="error"'); } echo $old; diff --git a/include/balance_card.inc.php b/include/balance_card.inc.php index f7c809b04..453bb1df3 100644 --- a/include/balance_card.inc.php +++ b/include/balance_card.inc.php @@ -66,7 +66,7 @@ else } if ( $fiche->HtmlTable($array,0,0)==-1){ - echo h2("Aucun opération pour l'exercice courant",'class="error"'); + echo h2("Aucune opération pour l'exercice courant",'class="error"'); } echo $old;