From bb7d9f52968b68fb7810a8d176cc09bded7b79d5 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Sun, 22 Sep 2019 12:19:59 +0200 Subject: [PATCH] PHPVersionCheck: Consistently use double quotes for HTML attributes Change-Id: I6130d12b34ee4dc5e5896c7fa6a7bc14b1ed9893 --- includes/PHPVersionCheck.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 55b45984f6..8d642e1785 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -258,7 +258,7 @@ HTML; MediaWiki {$this->mwVersion} - - The MediaWiki logo + The MediaWiki logo

MediaWiki {$this->mwVersion} internal error

-
+

{$shortHtml}

-- 2.20.1