Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / inventory / manage / item_categories.php
index 9af49483d96514387d05430c41746ba07068d4f0..aca8e88a30e160d61bb8a314363eda5f0ce44efe 100644 (file)
@@ -94,7 +94,7 @@ if (list_updated('mb_flag')) {
 $result = get_item_categories(check_value('show_inactive'));
 
 start_form();
-start_table(TABLESTYLE, "width=80%");
+start_table(TABLESTYLE, "width='80%'");
 $th = array(_("Name"), _("Tax type"), _("Units"), _("Type"), _("Sales Act"),
 _("Inventory Account"), _("COGS Account"), _("Adjustment Account"),
 _("Assembly Account"), "", "");