mirror of https://github.com/mikaku/Monitorix.git
use the right variable when loading the .css file
This commit is contained in:
parent
ee0e84a81d
commit
99de27a735
|
@ -212,7 +212,7 @@ EOF
|
|||
if(!open(OUT, "> $config{base_dir}/index.html")) {
|
||||
die "unable to create '${config{base_dir}}index.html': $!";
|
||||
}
|
||||
my $css = sprintf("%scss/%s.css", $base_url, $config{theme_color});
|
||||
my $css = sprintf("%scss/%s.css", $base_url, $theme);
|
||||
print(OUT <<EOF);
|
||||
<!DOCTYPE html "-//W3C//DTD HTML 4.01 Final//EN">
|
||||
<html>
|
||||
|
|
Loading…
Reference in New Issue