Change doctype 5 to doctype html.
This commit is contained in:
parent
f9e7e5f9c2
commit
1275afcf33
@ -1,4 +1,4 @@
|
|||||||
doctype 5
|
doctype html
|
||||||
//if lt IE 10
|
//if lt IE 10
|
||||||
<html class="no-js no-browser" lang="en">
|
<html class="no-js no-browser" lang="en">
|
||||||
//[if gt IE 9]><!
|
//[if gt IE 9]><!
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
- var fallback = "<?php echo FALLBACK; ?>"
|
- var fallback = "<?php echo FALLBACK; ?>"
|
||||||
|
|
||||||
<?php header("Content-type: text/html;charset=utf-8"); ?>
|
<?php header("Content-type: text/html;charset=utf-8"); ?>
|
||||||
doctype 5
|
doctype html
|
||||||
//if lt IE 10
|
//if lt IE 10
|
||||||
<html class="no-js no-browser" lang="en">
|
<html class="no-js no-browser" lang="en">
|
||||||
//[if gt IE 9]><!
|
//[if gt IE 9]><!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user