Index: watchdog.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/watchdog.module,v
retrieving revision 1.142
diff -u -r1.142 watchdog.module
--- watchdog.module     27 Mar 2006 07:29:34 -0000      1.142
+++ watchdog.module     10 Apr 2006 14:24:24 -0000
@@ -138,7 +138,7 @@
     $rows[] = array(array('data' => t('No log messages available.'), 'colspan' => 6));
   }

-  $output .= theme('table', $header, $rows);
+  $output .= theme('table', $header, $rows, array('id'=>'watchdog'));
   $output .= theme('pager', NULL, 50, 0, tablesort_pager());

   return $output;