diff -r c0c445d4a13e -r eb9ed4c366d0 punbb/index.php --- a/punbb/index.php Thu Jul 12 15:00:35 2007 -0400 +++ b/punbb/index.php Sun Sep 02 10:56:36 2007 -0400 @@ -97,7 +97,7 @@ } else { - $forum_field = '

'.pun_htmlspecialchars($cur_forum['forum_name']).'

'; + $forum_field = '

'.pun_htmlspecialchars($cur_forum['forum_name']).'

'; $num_topics = $cur_forum['num_topics']; $num_posts = $cur_forum['num_posts']; } @@ -108,7 +108,7 @@ // If there is a last_post/last_poster. if ($cur_forum['last_post'] != '') - $last_post = ''.format_time($cur_forum['last_post']).' '.$lang_common['by'].' '.pun_htmlspecialchars($cur_forum['last_poster']).''; + $last_post = ''.format_time($cur_forum['last_post']).' '.$lang_common['by'].' '.pun_htmlspecialchars($cur_forum['last_poster']).''; else $last_post = ' ';