X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitem_units.php;h=c9bc699ea2b91ba90de7f10e44cfb2fe67ed73b3;hb=cf502cf9d94e5341eddd9138cd9896be595ce108;hp=249c09d252b2a42a75790fbb76fac0f0a4bf4f56;hpb=fa43a9c974d05b77517a0d8e3e510ef4a088632e;p=fa-stable.git diff --git a/inventory/manage/item_units.php b/inventory/manage/item_units.php index 249c09d2..c9bc699e 100644 --- a/inventory/manage/item_units.php +++ b/inventory/manage/item_units.php @@ -90,7 +90,7 @@ if ($Mode == 'RESET') $result = get_all_item_units(check_value('show_inactive')); start_form(); -start_table(TABLESTYLE, "width=40%"); +start_table(TABLESTYLE, "width='40%'"); $th = array(_('Unit'), _('Description'), _('Decimals'), "", ""); inactive_control_column($th); @@ -149,4 +149,3 @@ end_form(); end_page(); -?>