diff --git a/js/jquery.tablesorter.js b/js/jquery.tablesorter.js index cd9045b5..33388f9a 100644 --- a/js/jquery.tablesorter.js +++ b/js/jquery.tablesorter.js @@ -2138,7 +2138,7 @@ format: function(table, c, wo) { var $tv, $tr, row, even, time, k, i, len, child = new RegExp(c.cssChildRow, 'i'), - b = c.$tbodies.add( $( c.namespace + '_extra_table' ).children( 'tbody' ) ); + b = c.$tbodies.add( $( c.namespace + '_extra_table' ).children( 'tbody:not(.' + c.cssInfoBlock + ')' ) ); if (c.debug) { time = new Date(); }