program/js/list.js
@@ -181,7 +181,7 @@ if (!this.fixed_header) { this.fixed_header = $('<table>') .attr('class', this.list.className) .attr('class', this.list.className + ' fixedcopy') .css({ position:'fixed' }) .append(clone) .append('<tbody></tbody>');