mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-13 08:44:03 +02:00
Change doctype 5 to doctype html.
This commit is contained in:
@@ -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]><!
|
||||||
|
Reference in New Issue
Block a user