Browse Source

Useless space in SSI.php - thanks AngelinaBelle for the fix

Signed-off-by: emanuele <[email protected]>
emanuele 11 years ago
parent
commit
75bffbff67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SSI.php

+ 1 - 1
SSI.php

@@ -749,7 +749,7 @@ function ssi_latestMember($output_method = 'echo')
 
 	if ($output_method == 'echo')
 		echo '
-	', sprintf($txt['welcome_newest_member'], ' ' . $context['common_stats']['latest_member']['link']), '<br />';
+	', sprintf($txt['welcome_newest_member'], $context['common_stats']['latest_member']['link']), '<br />';
 	else
 		return $context['common_stats']['latest_member'];
 }