More missing semicolons.
[fa-stable.git] / inventory / manage / item_units.php
index 249c09d252b2a42a75790fbb76fac0f0a4bf4f56..c9bc699ea2b91ba90de7f10e44cfb2fe67ed73b3 100644 (file)
@@ -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();
 
-?>