fix leaking colspan in totals on sectioned invoices
authorivan <ivan>
Mon, 23 Jun 2008 02:35:02 +0000 (02:35 +0000)
committerivan <ivan>
Mon, 23 Jun 2008 02:35:02 +0000 (02:35 +0000)
conf/invoice_html

index 5afbb7a..98a1760 100644 (file)
           $OUT .=
             '<tr class="invoice_totaldesc">'.
               qq(<td style="$style">&nbsp;</td>).
-              qq(<td align="left" style="$style"> colspan=3).
+              qq(<td align="left" style="$style" colspan=3>).
                 $section->{'description'}. ' Total </td>'.
               qq(<td align="right" style="$style">).
                 $section->{'subtotal'}. '</td>'.