Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / manufacturing / manage / work_centres.php
index 10fcf365abc6854cac2b76ee49cd5588aa4d5be5..ebc250340e80ad511bf785db7e8913194bdaceee 100644 (file)
@@ -97,7 +97,7 @@ if ($Mode == 'RESET')
 $result = get_all_work_centres(check_value('show_inactive'));
 
 start_form();
-start_table(TABLESTYLE, "width=50%");
+start_table(TABLESTYLE, "width='50%'");
 $th = array(_("Name"), _("description"), "", "");
 inactive_control_column($th);
 table_header($th);