Password reset mail could take several hours. After fix only a couple of seconds...
[fa-stable.git] / sales / manage / sales_areas.php
index 4793ce7eca977f2c8bca5ba18f3bc7207314ca9a..7e513861211d27c5b4d6a75eff4c17c5add09354 100644 (file)
@@ -83,7 +83,7 @@ if ($Mode == 'RESET')
 $result = get_sales_areas(check_value('show_inactive'));
 
 start_form();
-start_table(TABLESTYLE, "width=30%");
+start_table(TABLESTYLE, "width='30%'");
 
 $th = array(_("Area Name"), "", "");
 inactive_control_column($th);
@@ -133,4 +133,3 @@ submit_add_or_update_center($selected_id == -1, '', 'both');
 end_form();
 
 end_page();
-?>