mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
Fix getLogo syntax 2
This commit is contained in:
parent
a72e576d70
commit
8b88302535
|
@ -331,7 +331,7 @@ class CitizenTemplate extends BaseTemplate {
|
|||
* @return string html
|
||||
*/
|
||||
protected function getLogo() {
|
||||
$html = Html::element( 'a', [
|
||||
$html = Html::rawElement( 'a', [
|
||||
'href' => $this->data['nav_urls']['mainpage']['href'],
|
||||
'id' => 'p-logo',
|
||||
'class' => 'mw-wiki-logo',
|
||||
|
|
Loading…
Reference in a new issue