Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / taxes / item_tax_types.php
index ce94cfe4e5c7d0a1603b22ea30bdaa10f2dc2090..f2d9b06328f275bd5d8d31e05b02a8b8428af0e5 100644 (file)
@@ -113,7 +113,7 @@ if ($Mode == 'RESET')
 $result2 = $result = get_all_item_tax_types(check_value('show_inactive'));
 
 start_form();
-start_table(TABLESTYLE, "width=30%");
+start_table(TABLESTYLE, "width='30%'");
 $th = array(_("Name"), _("Tax exempt"),'','');
 inactive_control_column($th);
 table_header($th);