summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/watchdog.module4
-rw-r--r--modules/watchdog/watchdog.module4
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module
index 6f93c71a8..8d0a4c42f 100644
--- a/modules/watchdog.module
+++ b/modules/watchdog.module
@@ -109,12 +109,12 @@ function watchdog_overview() {
}
if (!$rows) {
- $rows[] = array(array('data' => t('No log messages available.'), 'colspan' => '5'));
+ $rows[] = array(array('data' => t('No log messages available.'), 'colspan' => '6'));
}
$pager = theme('pager', NULL, 50, 0, tablesort_pager());
if (!empty($pager)) {
- $rows[] = array(array('data' => $pager, 'colspan' => '5'));
+ $rows[] = array(array('data' => $pager, 'colspan' => '6'));
}
$output = '<div class="container-inline">'. form($form) .'</div>';
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index 6f93c71a8..8d0a4c42f 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -109,12 +109,12 @@ function watchdog_overview() {
}
if (!$rows) {
- $rows[] = array(array('data' => t('No log messages available.'), 'colspan' => '5'));
+ $rows[] = array(array('data' => t('No log messages available.'), 'colspan' => '6'));
}
$pager = theme('pager', NULL, 50, 0, tablesort_pager());
if (!empty($pager)) {
- $rows[] = array(array('data' => $pager, 'colspan' => '5'));
+ $rows[] = array(array('data' => $pager, 'colspan' => '6'));
}
$output = '<div class="container-inline">'. form($form) .'</div>';