From 255e3b11eb3e8650ffa081a4e826113c6ea175b5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 6 Dec 2004 13:23:48 +0000 Subject: - Fixed colspan bug reported by Steven. --- modules/watchdog.module | 4 ++-- modules/watchdog/watchdog.module | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') 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 = '
'. form($form) .'
'; 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 = '
'. form($form) .'
'; -- cgit v1.2.3