From 95f4d9751e5d77933e659fedc92ce048fe347afa Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 11 Feb 2005 19:10:28 +0000 Subject: - Fixed broken colspan. --- modules/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node.module') diff --git a/modules/node.module b/modules/node.module index cc5ccc910..ec5f330ae 100644 --- a/modules/node.module +++ b/modules/node.module @@ -922,7 +922,7 @@ function node_admin_nodes() { $output .= ''; // 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)) { -- cgit v1.2.3