|
diff --git a/include/ajax/ajax_history.php b/include/ajax/ajax_history.php
index 0d5f97360..870da76f6 100644
--- a/include/ajax/ajax_history.php
+++ b/include/ajax/ajax_history.php
@@ -115,9 +115,11 @@ if ( isset($_GET['f_id']))
echo ' '.$detail_card.' '; if ( $result ==-1){ + print '';
echo h2(_("Aucune opération pour l'exercice courant"),'class="error"');
echo HtmlInput::button_close($div);
} else {
+ print ' ';
echo $fiche->filter_history("tb".$div);
echo $old;
echo $table;
@@ -127,6 +129,7 @@ if ( isset($_GET['f_id']))
}
echo $old;
+ print " ";
$html=ob_get_contents();
ob_end_clean();
|
|---|