Ver código fonte

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

Signed-off-by: emanuele <[email protected]>
emanuele 11 anos atrás
pai
commit
75bffbff67
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      SSI.php

+ 1 - 1
SSI.php

@@ -749,7 +749,7 @@ function ssi_latestMember($output_method = 'echo')
 
 
 	if ($output_method == 'echo')
 	if ($output_method == 'echo')
 		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
 	else
 		return $context['common_stats']['latest_member'];
 		return $context['common_stats']['latest_member'];
 }
 }