Merge pull request #4748 from SjorsO/master
Remove X-UA-Compatible meta tag
This commit is contained in:
commit
4a27987fa6
|
@ -2,7 +2,6 @@
|
|||
<html lang="{{ app()->getLocale() }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Laravel</title>
|
||||
|
|
Loading…
Reference in New Issue