--- forum.module.dist Thu Oct 7 21:00:14 2004 +++ forum.module Sat Oct 9 17:29:14 2004 @@ -613,9 +613,11 @@ array('data' => _forum_format($forum->last_post), 'class' => 'last-reply')); } } - } - - return theme('table', $header, $rows); + + return theme('table', $header, $rows); + + } + } /**