공통: 익스플로러 메타 태그 X-UA-Compatible 주석 해제

This commit is contained in:
whitedot
2013-08-02 14:39:53 +09:00
parent 35c8d3e120
commit ed9f108eca

View File

@ -46,8 +46,8 @@ if (defined('G4_IS_ADMIN')) {
} else {
echo '<link rel="stylesheet" href="'.G4_CSS_URL.'/'.(G4_IS_MOBILE?'mobile':'default').'.css">'.PHP_EOL;
}
// echo '<meta http-equiv="imagetoolbar" content="no">';
// echo '<meta http-equiv="X-UA-Compatible" content="IE=Edge" />';
echo '<meta http-equiv="imagetoolbar" content="no">';
echo '<meta http-equiv="X-UA-Compatible" content="IE=Edge">';
?>
<!--[if lte IE 8]>
<script src="<?php echo G4_JS_URL ?>/html5.js"></script>