diff --git a/html/pages/bill.inc.php b/html/pages/bill.inc.php index 22855aacf..1be387354 100644 --- a/html/pages/bill.inc.php +++ b/html/pages/bill.inc.php @@ -188,7 +188,7 @@ if (bill_permitted($bill_id)) { $background = get_percentage_colours($percent); - echo '

'.print_percentage_bar(350, 20, $perc, null, 'ffffff', $background['left'], $percent.'%', 'ffffff', $background['right']).'

'; + echo '

'.print_percentage_bar(350, 20, $percent, null, 'ffffff', $background['left'], $percent.'%', 'ffffff', $background['right']).'

'; $type = '&ave=yes'; }