[jQuery] tablesorter not sorting numbers correctly

[jQuery] tablesorter not sorting numbers correctly


tablesorter isn't sorting numbers correctly. I have the latest jQuery
(1.3.2) and tablesorter (2.0.3).
from http://abitibi.sbgrid.org/:
<script type="text/javascript" src="/js/jquery-latest.min.js"></
script>
<script type="text/javascript" src="/js/
jquery.tablesorter.min.js"></script>
I am turning on tablesorter on *all* tables using:
$(document).ready(function() {
$("table").tablesorter();
});
Then my tables have no other class or id attributes. I simply use
thead/tbody and th elements.
You can see an example here:
http://abitibi.sbgrid.org/cgi/du.py/opt/osg-local
Suggestions regarding how to correct this would be greatly
appreciated.
Ian