fix DOCTYPE

This commit is contained in:
Jordi Sanfeliu 2014-01-27 11:46:17 +01:00
parent 458da89e23
commit 33042bb875
1 changed files with 1 additions and 1 deletions

View File

@ -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");