Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / inventory / view / view_transfer.php
index 86ad8bfa23c813074184df7e9da707b4983857b3..d3bd8a5fa52b6b8d85d07a15d62eef317c1dbe79 100644 (file)
@@ -33,7 +33,7 @@ $to_trans = $transfer_items[1];
 display_heading($systypes_array[ST_LOCTRANSFER] . " #$trans_no");
 
 echo "<br>";
-start_table(TABLESTYLE2, "width=90%");
+start_table(TABLESTYLE2, "width='90%'");
 
 start_row();
 label_cells(_("Item"), $from_trans['stock_id'] . " - " . $from_trans['description'], "class='tableheader2'");
@@ -51,7 +51,7 @@ comments_display_row(ST_LOCTRANSFER, $trans_no);
 
 end_table(2);
 
-start_table(TABLESTYLE, "width=90%");
+start_table(TABLESTYLE, "width='90%'");
 
 $th = array(_("Item"), _("Description"), _("Quantity"), _("Units"));
 table_header($th);