mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +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>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td id="footer-text" colspan="11"> </td>
|
||||
<td id="footer-text" colspan="12"> </td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue