Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / inventory / view / view_adjustment.php
index e5722c54ff5e6fd4e08d5aa1503a89dbdbbd4679..4b94c7c3866332ba0879a66ea809733b92926bcc 100644 (file)
@@ -38,7 +38,7 @@ while ($adjustment = db_fetch($adjustment_items))
        {
                $adjustment_type = get_movement_type($adjustment['person_id']) ;
 
-               start_table(TABLESTYLE2, "width=90%");
+               start_table(TABLESTYLE2, "width='90%'");
                start_row();
                label_cells(_("At Location"), $adjustment['location_name'], "class='tableheader2'");
        label_cells(_("Reference"), $adjustment['reference'], "class='tableheader2'", "colspan=6");
@@ -51,7 +51,7 @@ while ($adjustment = db_fetch($adjustment_items))
                $header_shown = true;
 
                echo "<br>";
-               start_table(TABLESTYLE, "width=90%");
+               start_table(TABLESTYLE, "width='90%'");
 
        $th = array(_("Item"), _("Description"), _("Quantity"),
                _("Units"), _("Unit Cost"));