Fixed incorrect function name

This commit is contained in:
alistair3149 2020-01-06 18:22:17 -05:00
parent 30e8ef08f8
commit 3396785c18
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -246,7 +246,7 @@ class CitizenTemplate extends BaseTemplate {
Html::rawElement( Html::rawElement(
'div', 'div',
[ 'id' => 'mw-header-banner' ], [ 'id' => 'mw-header-banner' ],
$this->getSiteLogo() . $this->getLogo() .
$this->getSiteTitle( 'text' ) $this->getSiteTitle( 'text' )
) . ) .
// Container for navigation and tools // Container for navigation and tools