Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/panels/includes/common.inc,v
retrieving revision 1.1.2.31
diff -u -r1.1.2.31 common.inc
--- includes/common.inc	29 Jul 2008 07:32:11 -0000	1.1.2.31
+++ includes/common.inc	14 Sep 2008 08:10:16 -0000
@@ -832,7 +832,8 @@
     $output .= '<thead>';
     $output .= '<tr>';
     $output .= '<th class="title">' . $type_info['title'] . '</th>';
-    $output .= '<th class="operation operation">' . t('Operation') . '</th>';
+    $output .= '<th class="operation">' . t('Operation') . '</th>';
+    $output .= '</tr>';
     $output .= '</thead>';
     $output .= '<tbody>';
 
