Merge pull request #763 from redpik/patch-1
Remove the X-UA-Compatible meta tag - thx @redpik Looks good, even Bootstrap itself drope this
This commit is contained in:
commit
8f8d707a96
|
@ -13,7 +13,6 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
<html <?php language_attributes(); ?>>
|
||||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
|
|
Reference in New Issue