Fixed logo generation

This commit is contained in:
alistair3149 2020-01-06 18:37:32 -05:00
parent e4783784f5
commit e51dc8d41d
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -331,7 +331,7 @@ class CitizenTemplate extends BaseTemplate {
* @return string html
*/
protected function getLogo( $id = 'p-logo' ) {
$html .= Html::element( 'a', [
$html = Html::element( 'a', [
'href' => $this->data['nav_urls']['mainpage']['href'],
'id' => 'p-logo',
'class' => 'mw-wiki-logo',