Rerun of sales_order_entry.php.
[fa-stable.git] / admin / crm_categories.php
index 59166a3a3f9a91f266b04f06f340e47937d71306..6db43e58179830e1148302964cc380d7be2bec6c 100644 (file)
@@ -83,7 +83,7 @@ if ($Mode == 'RESET')
 $result = get_crm_categories(check_value('show_inactive'));
 
 start_form();
-start_table(TABLESTYLE, "width=70%");
+start_table(TABLESTYLE, "width='70%'");
 
 $th = array(_("Category Type"), _("Category Subtype"), _("Short Name"), _("Description"),  "", " ");
 inactive_control_column($th);
@@ -150,4 +150,3 @@ submit_add_or_update_center($selected_id == -1, '', 'both');
 end_form();
 
 end_page();
-?>