Update X-UA-Compatible content.

For compatibility in Bootstrap 4 recommended this article: http://stackoverflow.com/a/8942455/6238119 about this, and this is a better method :)
This commit is contained in:
Lucas Frezzini 2016-07-04 18:36:14 -03:00 committed by GitHub
parent c5fb41864d
commit 4620b44c9f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">