X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=taxes%2Fitem_tax_types.php;h=5f2d0e06a6d6304a4211c4d45b1ecb3aae747753;hb=48589f9ce6c51bb25e2fa8ed83c57d9dfa485e44;hp=33608a0ca3acc6bf840fb53ff4bae1afc97ad1e8;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/taxes/item_tax_types.php b/taxes/item_tax_types.php index 33608a0c..5f2d0e06 100644 --- a/taxes/item_tax_types.php +++ b/taxes/item_tax_types.php @@ -113,7 +113,7 @@ if ($Mode == 'RESET') $result2 = $result = get_all_item_tax_types(check_value('show_inactive')); start_form(); -start_table(TABLESTYLE, "width=30%"); +start_table(TABLESTYLE, "width='30%'"); $th = array(_("Name"), _("Tax exempt"),'',''); inactive_control_column($th); table_header($th);