diff options
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/init.php b/inc/init.php index a28050736..00ab2afe9 100644 --- a/inc/init.php +++ b/inc/init.php @@ -497,8 +497,7 @@ function is_ssl(){ */ function nice_die($msg){ echo<<<EOT -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <html> <head><title>DokuWiki Setup Error</title></head> <body style="font-family: Arial, sans-serif"> |