Skip to content

Commit 55de3a5

Browse files
committed
Merge pull request apidoc#453 from keeper7/master
Add X-UA-Compatible for Internet Explorer to prevent loading only screen
2 parents 107bbbc + dfde7fe commit 55de3a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
45
<title>Loading...</title>
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0 commit comments

Comments
 (0)