diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 7475a60393..7dffb86320 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -676,16 +676,16 @@ for($i = 0; $i < $total_posts; $i++)
if( !empty($postrow[$i]['user_icq']) )
{
- $icq_status_img = "
";
+ $icq_status_img = "
";
//
// This cannot stay like this, it needs a 'proper' solution, eg a separate
- // template for overlaying the ICQ icon, or we just do away with the icq status
- // display (which is after all somewhat a pain in the rear :D
+ // template for overlaying the ICQ icon, or we just do away with the icq status
+ // display (which is after all somewhat a pain in the rear :D
//
if( $theme['template_name'] == "subSilver" )
{
- $icq_add_img = '
' . $icq_status_img . '![' . $lang['ICQ'] . '](images/spacer.gif) |
';
+ $icq_add_img = ' ' . $icq_status_img . '![' . $lang['ICQ'] . '](images/spacer.gif) |
';
$icq_status_img = "";
}
else
@@ -834,7 +834,7 @@ for($i = 0; $i < $total_posts; $i++)
"EMAIL_IMG" => $email_img,
"WWW_IMG" => $www_img,
"ICQ_STATUS_IMG" => $icq_status_img,
- "ICQ_ADD_IMG" => $icq_add_img,
+ "ICQ_ADD_IMG" => $icq_add_img,
"AIM_IMG" => $aim_img,
"MSN_IMG" => $msn_img,
"YIM_IMG" => $yim_img,