? misc/Thumbs.db
? misc/farbtastic/Thumbs.db
Index: misc/tableheader.js
===================================================================
RCS file: /cvs/drupal/drupal/misc/tableheader.js,v
retrieving revision 1.10
diff -u -r1.10 tableheader.js
--- misc/tableheader.js	9 Jan 2008 09:56:39 -0000	1.10
+++ misc/tableheader.js	10 Jan 2008 12:04:17 -0000
@@ -11,7 +11,7 @@
 
   $('table thead:not(.tableHeader-processed)', context).each(function () {
     // Clone table and remove unwanted elements so it inherits original properties.
-    var headerClone = $(this.parentNode).clone(true).insertBefore(this.parentNode).addClass('sticky-header').css({
+    var headerClone = $(this.parentNode).clone(true).insertBefore(this.parentNode).removeAttr('id').addClass('sticky-header').css({
       position: 'fixed',
       visibility: 'hidden',
       top: '0px'
