Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / purchasing / includes / ui / grn_ui.inc
index 059c7bd13e270e09bb04d81b92e6b7aeee13e94e..ea654efa8273f11df8e7e8f4fa75b00d1d210dea 100644 (file)
@@ -14,7 +14,7 @@
 function display_grn_summary(&$po)
 {
        global $Refs;
-    start_table(TABLESTYLE2, "width=90%");
+    start_table(TABLESTYLE2, "width='90%'");
 
     start_row();
        label_cells(_("Supplier"), $po->supplier_name, "class='tableheader2'");
@@ -46,7 +46,7 @@ function edit_grn_summary(&$po)
 {
        global $Refs;
 
-       start_outer_table(TABLESTYLE2, "width=80%");
+       start_outer_table(TABLESTYLE2, "width='80%'");
 
        table_section(1);
                label_row(_("Supplier"), $po->supplier_name);