PHP 7.4 Bugs in some reports.
[fa-stable.git] / manufacturing / manage / work_centres.php
index 10fcf365abc6854cac2b76ee49cd5588aa4d5be5..852c417c6f9c50447e81cb22031e0fb04d17f016 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);
@@ -147,4 +147,3 @@ end_form();
 
 end_page();
 
-?>