0 / 60 seg.

What's wrong with the following table footer code?

<table>
  <tfoot>
    <tr><td colspan:2>Footer</td></tr>
  </tfoot>
</table>