diff --git a/include/class_acc_bilan.php b/include/class_acc_bilan.php index 4ac7fd9ba..f945943ba 100644 --- a/include/class_acc_bilan.php +++ b/include/class_acc_bilan.php @@ -385,6 +385,8 @@ class Acc_Bilan { // htmlentities() is not the best function to deal with XML // $a = htmlentities($ret[0]['acct_name'], ENT_QUOTES, "UTF-8", false); $a = $ret[0]['acct_name']; + $a=str_replace('<','<',$a); + $a=str_replace('>','>',$a); } } } else {