Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / manufacturing / manage / bom_edit.php
index 9734dfa4d23c0af24f63d58493214569d8d5db9c..f69abf5f3115c6427f6bea1c9706f899f060b358 100644 (file)
@@ -66,7 +66,7 @@ function display_bom_items($selected_parent)
 {
        $result = get_bom($selected_parent);
        div_start('bom');
-       start_table(TABLESTYLE, "width=60%");
+       start_table(TABLESTYLE, "width='60%'");
        $th = array(_("Code"), _("Description"), _("Location"),
                _("Work Centre"), _("Quantity"), _("Units"),'','');
        table_header($th);