From 7d477b1eb24b45ba1d8ba5ea8566c288fa4e3b51 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 12 Dec 2011 19:57:07 +0000 Subject: [PATCH] =?UTF-8?q?prot=C3=A8ge=20texte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/template/ledger_detail_bottom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/template/ledger_detail_bottom.php b/include/template/ledger_detail_bottom.php index fbbfc3fe0..c3b1781c3 100644 --- a/include/template/ledger_detail_bottom.php +++ b/include/template/ledger_detail_bottom.php @@ -29,7 +29,7 @@ if ($aRap != null ) { $remove=$rmReconciliation->input(); else $remove=''; - echo tr (td(''.$internal.'').td(nbm($amount)).td($array_jr[0]['jr_comment']).td($remove)); + echo tr (td(''.$internal.'').td(nbm($amount)).td(h($array_jr[0]['jr_comment'])).td($remove)); } echo ''; }