Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / sales / includes / ui / sales_credit_ui.inc
index 07006fb6fa8d2f114294f7692fc56162a481bb41..ccc69d70aab43107c55df127768983612d1dde50 100644 (file)
@@ -17,7 +17,7 @@ function display_credit_header(&$order)
 {
        global $Ajax, $Refs;
 
-       start_outer_table(TABLESTYLE, "width=80%");
+       start_outer_table(TABLESTYLE, "width='80%'");
        table_section(1);
 
        $customer_error = "";
@@ -163,7 +163,7 @@ function display_credit_items($title, &$order)
 
     display_heading($title);
     div_start('items_table');
-    start_table(TABLESTYLE, "width=90%");
+    start_table(TABLESTYLE, "width='90%'");
     $th = array(_("Item Code"), _("Item Description"), _("Quantity"), _("Unit"),
        _("Price"), _("Discount %"), _("Total"),'');