[jQuery] tableSorter bug colspan in tfoot

[jQuery] tableSorter bug colspan in tfoot

hey, i'd like to know if i'm doing something wrong. Check this:
<table>
<thead>
<tr>
  <td>1</td>
  <td>2</td>
</tr>
</thead>
<tbody>
<tr>
  <td>1</td>
  <td>2</td>
</tr>
</tbody>
<tfoot>
  <tr>
     <td colspan="2">products found: #que.recordCount#</td>
   </tr>
</tfoot>
</table>
When i try to sort it, firebug tells me:
tbl.sorter.js (line 292) : o has no properties
  return o.innerHTML;
I realise that if i remove the colspan it works fine...
So i shouldnt this attribute?
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/