revert the DOCTYPE header

This commit is contained in:
Jordi Sanfeliu 2014-01-27 11:45:02 +01:00
parent 45600bb884
commit 458da89e23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ sub create_index {
die "unable to create '${config{base_dir}}index.html': $!";
}
print(OUT <<EOF);
<!DOCTYPE html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>$config{title}</title>