Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / admin / crm_categories.php
index 372faa71637995cff71b84c3f94d9658f5060d93..f043443af4e680f70cc2c13b16fab6654c9a5071 100644 (file)
@@ -92,7 +92,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);