mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Change doctype 5 to doctype html.
This commit is contained in:
parent
f9e7e5f9c2
commit
1275afcf33
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue