Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / gl / view / gl_deposit_view.php
index 88d315aa1743038d198db0e4a11113e69c1e5533..6ff9bf4d712ee73ab200ab2e9f4472dc397c784f 100644 (file)
@@ -48,7 +48,7 @@ echo "<center>";
 display_heading(_("GL Deposit") . " #$trans_no");
 
 echo "<br>";
-start_table(TABLESTYLE, "width=80%");
+start_table(TABLESTYLE, "width='80%'");
 
 if ($show_currencies)
 {
@@ -98,7 +98,7 @@ else
        if ($show_currencies)
                display_heading2(_("Item Amounts are Shown in:") . " " . $company_currency);
 
-    start_table(TABLESTYLE, "width=80%");
+    start_table(TABLESTYLE, "width='80%'");
     $dim = get_company_pref('use_dimension');
     if ($dim == 2)
         $th = array(_("Account Code"), _("Account Description"), _("Dimension")." 1", _("Dimension")." 2",