fix css
fix css
This commit is contained in:
parent
828408382b
commit
e1988062f6
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user