Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / gl / includes / ui / gl_bank_ui.inc
index 7d98271b88462c99ef6964fb9b668989caf915f7..981569c420943b06583a958f3daa11ad14bdd664 100644 (file)
@@ -17,7 +17,7 @@ function display_bank_header(&$order)
        $customer_error = false;
        div_start('pmt_header');
 
-       start_outer_table(TABLESTYLE2, "width=90%"); // outer table
+       start_outer_table(TABLESTYLE2, "width='90%'"); // outer table
 
        table_section(1);
        
@@ -146,7 +146,7 @@ function display_gl_items($title, &$order)
        display_heading($title);
 
     div_start('items_table');
-       start_table(TABLESTYLE, "colspan=7 width=95%");
+       start_table(TABLESTYLE, "width='95%'");
 
        if ($dim == 2)
                $th = array(_("Account Code"), _("Account Description"), _("Dimension")." 1",