Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / includes / ui / allocation_cart.inc
index 2821fe5fe7874786443bb72f0a65ea0e50c669c7..c60c88fe2cffe40bc3f229e0f95388519e14b5db 100644 (file)
@@ -284,7 +284,7 @@ function show_allocatable($show_totals) {
        {
                if ($cart->currency != $cart->person_curr)
                        display_heading(sprintf(_("Allocated amounts in %s:"), $cart->person_curr));
-               start_table(TABLESTYLE, "width=60%");
+               start_table(TABLESTYLE, "width='60%'");
                $th = array(_("Transaction Type"), _("#"), $supp_ref ? _("Supplier Ref"): _("Ref"), _("Date"), _("Due Date"), _("Amount"),
                        _("Other Allocations"), _("Left to Allocate"), _("This Allocation"),'','');