Bug 21777: (QA follow-up) Fix colspan in the footer
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
8d4136c766
commit
ea800323b7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="12" style="text-align: right; font-weight:bold;">Totals:</td>
|
<td colspan="13" style="text-align: right; font-weight:bold;">Totals:</td>
|
||||||
<td id="totaldue" style="text-align: right;">[% totaldue | html %]</td>
|
<td id="totaldue" style="text-align: right;">[% totaldue | html %]</td>
|
||||||
<td id="totalfine" style="text-align: right;">[% finetotal | html %]</td>
|
<td id="totalfine" style="text-align: right;">[% finetotal | html %]</td>
|
||||||
<td id="totalprice" style="text-align: right;">[% totalprice | html %]</td>
|
<td id="totalprice" style="text-align: right;">[% totalprice | html %]</td>
|
||||||
|
|
Loading…
Reference in a new issue