Explorar o código

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

Signed-off-by: emanuele <[email protected]>
emanuele %!s(int64=11) %!d(string=hai) anos
pai
achega
75bffbff67
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'];
 }