기타 오류 수정

This commit is contained in:
thisgun
2017-05-19 14:52:47 +09:00
parent edef3b961a
commit cecc163230
2 changed files with 2 additions and 2 deletions

View File

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