diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 5590079f69..d862d7750c 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -162,12 +162,12 @@ if($total_topics) "POST_TOPIC_URL" => POST_TOPIC_URL, "TOPIC_ID" => $topic_id, "FOLDER" => $folder_img, - "TOPIC_POSTER" => "".$topic_poster."", + "TOPIC_POSTER" => "".$topic_poster."", "GOTO_PAGE" => $goto_page, "REPLIES" => $replies, "TOPIC_TITLE" => $topic_title, "VIEWS" => $views, - "LAST_POST" => $last_post_time . "
" . $last_post_user ."")); + "LAST_POST" => $last_post_time . "
" . $last_post_user ."")); } $count = 1;