Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / sales / sales_order_entry.php
index 3873d4a502b0c76c655151757f812c150665305b..f9933b318d7919f7ce3750cd605c2a2c2aa94210 100644 (file)
@@ -716,7 +716,7 @@ $customer_error = display_order_header($_SESSION['Items'],
        ($_SESSION['Items']->any_already_delivered() == 0), $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>";