Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / sales / create_recurrent_invoices.php
index 0db31150c409ca2d00228c16bafc1e53ae3d8a95..a8f817bbd0d4ca2035bc30def17bc6611eebcdf1 100644 (file)
@@ -130,7 +130,7 @@ date_cells(_("Invoice date:"), 'date', '');
 end_row();
 end_table();
 
-start_table(TABLESTYLE, "width=70%");
+start_table(TABLESTYLE, "width='70%'");
 $th = array(_("Description"), _("Template No"),_("Customer"),_("Branch")."/"._("Group"),_("Days"),_("Monthly"),_("Begin"),_("End"),_("Last Created"),"");
 table_header($th);
 $k = 0;