Fixed shrinking screen problem in canvas theme
[fa-stable.git] / sales / manage / sales_types.php
index 1a5c1f610ea9d2275b809a005d1df448af52ec6f..a6a09354adfeb211a5e73c00e60cf9e96fd84002 100644 (file)
@@ -98,7 +98,7 @@ if ($Mode == 'RESET')
 $result = get_all_sales_types(check_value('show_inactive'));
 
 start_form();
-start_table(TABLESTYLE, "width=30%");
+start_table(TABLESTYLE, "width='30%'");
 
 $th = array (_('Type Name'), _('Factor'), _('Tax Incl'), '','');
 inactive_control_column($th);
@@ -163,4 +163,3 @@ end_form();
 
 end_page();
 
-?>