diff options
Diffstat (limited to 'web/index.php')
-rw-r--r-- | web/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.php b/web/index.php index c2bf23c..c36cd24 100644 --- a/web/index.php +++ b/web/index.php @@ -7,6 +7,7 @@ ob_start(); echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"; echo $extradoctype; ?> + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> |