Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / sales / credit_note_entry.php
index 70148e81a6574fc99ae54fa30ac53d3158e8abe5..cdd6ebe464ff3c72003ea99948c37b70c41c1747 100644 (file)
@@ -270,7 +270,7 @@ hidden('cart_id');
 $customer_error = display_credit_header($_SESSION['Items']);
 
 if ($customer_error == "") {
-       start_table(TABLESTYLE, "width=80%", 10);
+       start_table(TABLESTYLE, "width='80%'", 10);
        echo "<tr><td>";
        display_credit_items(_("Credit Note Items"), $_SESSION['Items']);
        credit_options_controls($_SESSION['Items']);