Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / sales / inquiry / customer_inquiry.php
index 9fdd02761272c5336dff8818fd62a6dbd49634bd..1aa02aeed09308b1988ec19863fd3fad406e3f22 100644 (file)
@@ -76,7 +76,7 @@ function display_customer_summary($customer_record)
        $pastdue1 = $past1 + 1 . "-" . $past2 . " " . _('Days');
        $pastdue2 = _('Over') . " " . $past2 . " " . _('Days');
 
-    start_table(TABLESTYLE, "width=80%");
+    start_table(TABLESTYLE, "width='80%'");
     $th = array(_("Currency"), _("Terms"), _("Current"), $nowdue,
        $pastdue1, $pastdue2, _("Total Balance"));
     table_header($th);