mirror of https://github.com/mikaku/Monitorix.git
fix DOCTYPE
This commit is contained in:
parent
458da89e23
commit
33042bb875
|
@ -336,7 +336,7 @@ if(!$silent) {
|
|||
my $title;
|
||||
my $str;
|
||||
|
||||
print("<!DOCTYPE html>\n");
|
||||
print("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 3.2 Final//EN'>\n");
|
||||
print("<html>\n");
|
||||
print(" <head>\n");
|
||||
print(" <title>$config{title}</title>\n");
|
||||
|
|
Loading…
Reference in New Issue