From e66d5dba462f1e28f2648ee5d668cc07482b388f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 21 Jan 2011 17:47:07 +0000 Subject: [PATCH] Cosmetic --- html/ajax_history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"');