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/docs/CHANGELOG.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/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6437fef1d5..b74d06ec4c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.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="ltr" lang="en" xml:lang="en"> +<!DOCTYPE html> +<html dir="ltr" lang="en"> <head> - -<meta http-equiv="content-type" content="text/html; charset=utf-8" /> -<meta http-equiv="content-style-type" content="text/css" /> -<meta http-equiv="content-language" content="en" /> +<meta charset="utf-8"> +<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="imagetoolbar" content="no" /> <meta name="resource-type" content="document" /> <meta name="distribution" content="global" /> |