Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / inventory / manage / sales_kits.php
index 2aef8e8b62845c5b4a957fdcad2715355c3a171e..a327de2d34670c5c73652aac61cf4c3fee02ccc5 100644 (file)
@@ -36,7 +36,7 @@ function display_kit_items($selected_kit)
 {
        $result = get_item_kit($selected_kit);
        div_start('bom');
-       start_table(TABLESTYLE, "width=60%");
+       start_table(TABLESTYLE, "width='60%'");
        $th = array(_("Stock Item"), _("Description"), _("Quantity"), _("Units"),
                '','');
        table_header($th);