diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 8f9157d530..56e6fa2c6f 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -476,8 +476,6 @@ if ($forum_data['forum_postable'])
$last_post_url = '' . $user->img('goto_post_latest', 'VIEW_LATEST_POST') . '';
-
-
// Send vars to template
$template->assign_block_vars('topicrow', array(
'FORUM_ID' => $forum_id,
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index bcbaed0768..c53617d7b2 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -625,7 +625,7 @@ if ($row = $db->sql_fetchrow($result))
if (!empty($row['user_icq']))
{
- $user_cache[$poster_id]['icq_status_img'] = '
';
+ $user_cache[$poster_id]['icq_status_img'] = '
';
$user_cache[$poster_id]['icq_img'] = '' . $user->img('icon_icq', $user->lang['ICQ']) . '';
$user_cache[$poster_id]['icq'] = '' . $user->lang['ICQ'] . '';
}
@@ -849,7 +849,7 @@ if ($row = $db->sql_fetchrow($result))
'SIGNATURE' => $user_cache[$poster_id]['sig'],
'EDITED_MESSAGE'=> $l_edited_by,
- 'RATING' => $rating,
+ 'RATING' => $rating,
'MINI_POST_IMG' => $mini_post_img,
'EDIT_IMG' => $edit_img,