From 6da2a437e3ce62652c5e5a0d631be36908eee369 Mon Sep 17 00:00:00 2001 From: petarpetkovic Date: Fri, 25 May 2018 00:27:21 +0200 Subject: [PATCH] Insert space before compatibility link in PHP version message Change-Id: Ia056ba7f9eddbcf31082c7b2f7a64e7dbf02cba4 --- includes/PHPVersionCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index e612d3faef..8eda14ad99 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -134,7 +134,7 @@ class PHPVersionCheck { If for some reason you are unable to upgrade your {$phpInfo['implementation']} version, you will need to download an older version of MediaWiki from our website. - See ourcompatibility page + See our compatibility page for details of which versions are compatible with prior versions of {$phpInfo['implementation']}. HTML; // phpcs:enable Generic.Files.LineLength -- 2.20.1