ie=edge => ie=10

This commit is contained in:
whitedot
2013-11-05 16:02:42 +09:00
parent e2351e0350
commit d7605815c9

View File

@ -39,7 +39,7 @@ if (G5_IS_MOBILE) {
echo '<meta name="format-detection" content="telephone=no">'.PHP_EOL; echo '<meta name="format-detection" content="telephone=no">'.PHP_EOL;
} else { } else {
echo '<meta http-equiv="imagetoolbar" content="no">'.PHP_EOL; echo '<meta http-equiv="imagetoolbar" content="no">'.PHP_EOL;
echo '<meta http-equiv="X-UA-Compatible" content="IE=Edge">'.PHP_EOL; echo '<meta http-equiv="X-UA-Compatible" content="IE=10,chrome=1">'.PHP_EOL;
} }
?> ?>
<title><?php echo $g5_head_title; ?></title> <title><?php echo $g5_head_title; ?></title>