diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-15 11:16:39 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-15 11:16:39 +0000 |
commit | 9979aceab035616297b1ba95ec33c9905a4fed2b (patch) | |
tree | 37679df887bb271ddee3ba22f91a305c9ad6b40f /modules/forum/forum.module | |
parent | c13abe16555a8a7f70021dae0cf9f3dd20e6c83d (diff) | |
download | brdo-9979aceab035616297b1ba95ec33c9905a4fed2b.tar.gz brdo-9979aceab035616297b1ba95ec33c9905a4fed2b.tar.bz2 |
- Patch #12783 by Stefan: various small consistency/usability improvements.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r-- | modules/forum/forum.module | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= "</div>\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); |