summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/node.module2
-rw-r--r--modules/node/node.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/node.module b/modules/node.module
index ec5f330ae..f221df56e 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -939,7 +939,7 @@ function node_admin_nodes() {
}
if (!$rows) {
- $rows[] = array(array('data' => t('No posts available.'), 'colspan' => '7'));
+ $rows[] = array(array('data' => t('No posts available.'), 'colspan' => '6'));
}
$output .= theme('table', $header, $rows);
diff --git a/modules/node/node.module b/modules/node/node.module
index ec5f330ae..f221df56e 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -939,7 +939,7 @@ function node_admin_nodes() {
}
if (!$rows) {
- $rows[] = array(array('data' => t('No posts available.'), 'colspan' => '7'));
+ $rows[] = array(array('data' => t('No posts available.'), 'colspan' => '6'));
}
$output .= theme('table', $header, $rows);