From 9979aceab035616297b1ba95ec33c9905a4fed2b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 15 Nov 2004 11:16:39 +0000 Subject: - Patch #12783 by Stefan: various small consistency/usability improvements. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 147947f60..d19961328 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -587,7 +587,7 @@ function theme_forum_list($forums, $parents, $tid) { } $description .= "\n"; - $rows[] = array(array('data' => $description, 'class' => 'container', 'colspan' => 4)); + $rows[] = array(array('data' => $description, 'class' => 'container', 'colspan' => '4')); } else { $forum->old_topics = _forum_topics_read($forum->tid, $user->uid); -- cgit v1.2.3