@@ -404,8 +404,8 @@ |
||
404 | 404 | { |
405 | 405 | $template = $this->getSiteConfiguration()->getCreateAccountLink(); |
406 | 406 | |
407 | - $template = str_replace('{articlePath}', $domain->getWikiArticlePath() , $template); |
|
408 | - $template = str_replace('{wikiId}', $domain->getShortName() , $template); |
|
407 | + $template = str_replace('{articlePath}', $domain->getWikiArticlePath(), $template); |
|
408 | + $template = str_replace('{wikiId}', $domain->getShortName(), $template); |
|
409 | 409 | |
410 | 410 | return $template; |
411 | 411 | } |