diff options
author | Anika Henke <anika@selfthinker.org> | 2012-07-14 12:10:08 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-07-14 12:10:08 +0100 |
commit | c8839c220c49633ea45ce5d0e4be1f411f66ad6c (patch) | |
tree | 58c6fba882a0d2d550aa04872ffd6036d1819519 /inc/init.php | |
parent | 4a14c3a4f530437180e3523cc34ab4464cea7dfa (diff) | |
download | dokuwiki-c8839c220c49633ea45ce5d0e4be1f411f66ad6c.tar.gz dokuwiki-c8839c220c49633ea45ce5d0e4be1f411f66ad6c.zip |
changed all doctypes to html5 doctype
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"> |