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 . "
"; ?>