From bdfe7afdcd900f0f44abbffea5aba114cc02cb04 Mon Sep 17 00:00:00 2001
From: ruan <2369127-ruany@users.noreply.gitlab.com>
Date: Sat, 10 Oct 2020 08:37:59 +0200
Subject: [PATCH] Fix layout of missing-extensions.php
---
error/missing-extensions.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/error/missing-extensions.php b/error/missing-extensions.php
index eca9a56..58da188 100644
--- a/error/missing-extensions.php
+++ b/error/missing-extensions.php
@@ -19,7 +19,7 @@
}
$phpini = php_ini_loaded_file();
- echo "These extensions can be enabled in php.ini.
";
+ echo "
These extensions can be enabled in php.ini.
";
echo "php.ini location: " . $phpini . "
";
?>