소스 검색

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

Signed-off-by: emanuele <[email protected]>
emanuele 11 년 전
부모
커밋
75bffbff67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'];
 }