Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / sales / credit_note_entry.php
index f32e2268d8bfc8e39b1ffec802d8ef48fab97838..8181f7a34c24c3e1154af1642676bb1f622109c1 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']);