Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / sales / manage / sales_types.php
index 1a5c1f610ea9d2275b809a005d1df448af52ec6f..f356b4e44b52b8c54362f73356ddd2d02da5a8c0 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);