Fix layout of missing-extensions.php

This commit is contained in:
ruan 2020-10-10 08:37:59 +02:00
parent 8900e0a970
commit bdfe7afdcd

View File

@ -19,7 +19,7 @@
}
$phpini = php_ini_loaded_file();
echo "These extensions can be enabled in php.ini.<br><br>";
echo "<br>These extensions can be enabled in php.ini.<br><br>";
echo "php.ini location: <a class=\"text-info\">" . $phpini . "</a><br>";
?>
</div>