Double semicolon line endings fixed by @apmuthu.
[fa-stable.git] / taxes / tax_groups.php
index 889db60e9b7928af11fb66b7efdf8fb146fb416b..16873e04ecf2724e849795ea1a2ef1a522827365 100644 (file)
@@ -139,7 +139,7 @@ while ($myrow = db_fetch($result))
        inactive_control_cell($myrow["id"], $myrow["inactive"], 'tax_groups', 'id');
        edit_button_cell("Edit".$myrow["id"], _("Edit"));
        delete_button_cell("Delete".$myrow["id"], _("Delete"));
-       end_row();;
+       end_row();
 }
 
 inactive_control_row($th);