diff --git a/modules/node.module b/modules/node.module
index cc5ccc9105fd3e19deb1d30d89d2e03e97dbd5de..ec5f330ae25b732999ae8364d42fbf426b361f3d 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -922,7 +922,7 @@ function node_admin_nodes() {
   $output .= '</div>';
 
   // Overview table:
-  $header = array(NULL, t('Title'), t('Type'), t('Author'), t('Status'), array('data' => t('Operations'), 'colspan' => '2'));
+  $header = array(NULL, t('Title'), t('Type'), t('Author'), t('Status'), t('Operations'));
 
   $destination = drupal_get_destination();
   while ($node = db_fetch_object($result)) {
diff --git a/modules/node/node.module b/modules/node/node.module
index cc5ccc9105fd3e19deb1d30d89d2e03e97dbd5de..ec5f330ae25b732999ae8364d42fbf426b361f3d 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -922,7 +922,7 @@ function node_admin_nodes() {
   $output .= '</div>';
 
   // Overview table:
-  $header = array(NULL, t('Title'), t('Type'), t('Author'), t('Status'), array('data' => t('Operations'), 'colspan' => '2'));
+  $header = array(NULL, t('Title'), t('Type'), t('Author'), t('Status'), t('Operations'));
 
   $destination = drupal_get_destination();
   while ($node = db_fetch_object($result)) {