diff --git a/html/pages/bills.inc.php b/html/pages/bills.inc.php index 8d15addc8..288ede9b8 100644 --- a/html/pages/bills.inc.php +++ b/html/pages/bills.inc.php @@ -159,7 +159,7 @@ print_optionbar_end(); $used $percent% - Edit Edit + Edit Edit "); $i++; diff --git a/html/pages/edituser.inc.php b/html/pages/edituser.inc.php index 6ea56c983..40a46afd2 100644 --- a/html/pages/edituser.inc.php +++ b/html/pages/edituser.inc.php @@ -116,8 +116,8 @@ echo("
"); "' AND P.bill_id = B.bill_id"); while($bill_perm = mysql_fetch_array($bill_perm_data)) { - echo("
".$bill_perm['bill_name']."  
"); + echo("
".$bill_perm['bill_name']."  
"); $bill_access_list[] = $bill_perm['bill_id']; $bpermdone = "yes";