diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-07-09 15:28:33 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-07-09 17:04:46 +0200 |
commit | 766537035ea2f04c5aa3c59c15edc15f4ecd050f (patch) | |
tree | 3fcf8fe3fa243b1b9b367d16c0385473ded05771 /phpBB/adm/style/simple_header.html | |
parent | e2d27a30a6fa2eafb1950f171bad1f6b69fce758 (diff) | |
download | forums-766537035ea2f04c5aa3c59c15edc15f4ecd050f.tar forums-766537035ea2f04c5aa3c59c15edc15f4ecd050f.tar.gz forums-766537035ea2f04c5aa3c59c15edc15f4ecd050f.tar.bz2 forums-766537035ea2f04c5aa3c59c15edc15f4ecd050f.tar.xz forums-766537035ea2f04c5aa3c59c15edc15f4ecd050f.zip |
[ticket/10258] Change the DOCTYPE to HTML5
PHPBB3-10258
Diffstat (limited to 'phpBB/adm/style/simple_header.html')
-rw-r--r-- | phpBB/adm/style/simple_header.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index 2339b70a93..8b6423d7eb 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -1,10 +1,8 @@ -<!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" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> +<!DOCTYPE html> +<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> - -<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> -<meta http-equiv="Content-Style-Type" content="text/css" /> -<meta http-equiv="Content-Language" content="{S_USER_LANG}" /> +<meta charset="{S_CONTENT_ENCODING}"> +<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="imagetoolbar" content="no" /> <!-- IF META -->{META}<!-- ENDIF --> <title>{PAGE_TITLE}</title> |