diff --git a/html/ajax_history.php b/html/ajax_history.php index 7871dfbc9..81332a541 100644 --- a/html/ajax_history.php +++ b/html/ajax_history.php @@ -106,7 +106,7 @@ if ( isset($_GET['f_id'])) require_once('template/history_top.php'); $detail_card=HtmlInput::card_detail($fiche->strAttribut(ATTR_DEF_QUICKCODE),$fiche->getName()); echo h2info( $fiche->getName().'['.$fiche->strAttribut(ATTR_DEF_QUICKCODE).']'); - echo $detail_card; + echo '
'.$detail_card.'
'; if ( $fiche->HtmlTable($array,0,0)==-1){ echo h2("Aucun opération pour l'exercice courant",'class="error"');