Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / sales / sales_order_entry.php
index 586ca10510ab12cf3dbb84dc8a2b407a836d031f..b608c2001bd06935541ae628bc035ee34888e38a 100644 (file)
@@ -726,7 +726,7 @@ hidden('cart_id');
 $customer_error = display_order_header($_SESSION['Items'], !$_SESSION['Items']->is_started(), $idate);
 
 if ($customer_error == "") {
-       start_table(TABLESTYLE, "width=80%", 10);
+       start_table(TABLESTYLE, "width='80%'", 10);
        echo "<tr><td>";
        display_order_summary($orderitems, $_SESSION['Items'], true);
        echo "</td></tr>";