mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:49:05 +02:00
increment colspan count in table footer
This commit is contained in:
parent
924624b127
commit
3452dd0251
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td id="footer-text" colspan="11"> </td>
|
<td id="footer-text" colspan="12"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue