fix css
This commit is contained in:
Fraenkiman 2023-10-02 01:13:45 +02:00
parent 828408382b
commit e1988062f6

View File

@ -2,7 +2,7 @@
$err = array();
function print_done_fail($label, $bool) {
echo "<li>", $label . ' <strong style="color :' . (($bool) ? 'green;">DONE' : 'red;">FAILED') . '</strong><br>', "</li>\n";
echo "<li>", $label . ' <strong style="color: ' . (($bool) ? 'green;">DONE' : 'red;">FAILED') . '</strong><br>', "</li>\n";
}
function config_exist() {