@@ -409,8 +409,8 @@ |
||
409 | 409 | /** @var Domain $domain */ |
410 | 410 | $domain = Domain::getById(1, $this->getDatabase()); |
411 | 411 | |
412 | - $template = str_replace('{articlePath}', $domain->getWikiArticlePath() , $template); |
|
413 | - $template = str_replace('{wikiId}', $domain->getShortName() , $template); |
|
412 | + $template = str_replace('{articlePath}', $domain->getWikiArticlePath(), $template); |
|
413 | + $template = str_replace('{wikiId}', $domain->getShortName(), $template); |
|
414 | 414 | |
415 | 415 | return $template; |
416 | 416 | } |