diff --git a/include/balance.inc.php b/include/balance.inc.php
index f5492213e..b426275be 100644
--- a/include/balance.inc.php
+++ b/include/balance.inc.php
@@ -102,7 +102,7 @@ echo '
'.$rad->input('p_filter',0)._('Aucun filtre, tous les journaux').'selected='t';
else $rad->selected=false;
echo ''.$rad->input('p_filter',1)._('Filtré par journal');
-echo HtmlInput::button_choice_ledger(array('div'=>'bal','type'=>'ALL','all_type'=>1));
+echo HtmlInput::button_choice_ledger(array('div'=>'','type'=>'ALL','all_type'=>1));
echo '';
if ( isset($_GET['p_filter']) && $_GET['p_filter']==2) $rad->selected='t';
else $rad->selected=false;