From 8b88302535119551685dfce6698f7a823148e4d6 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 6 Jan 2020 18:44:41 -0500 Subject: [PATCH] Fix getLogo syntax 2 --- includes/CitizenTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/CitizenTemplate.php b/includes/CitizenTemplate.php index afa1b55f..0179a9f4 100644 --- a/includes/CitizenTemplate.php +++ b/includes/CitizenTemplate.php @@ -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',