Skip to content

Commit bcf11cc

Browse files
mgolscottgonzalez
authored andcommitted
Header: Don't activate Chrome Frame
Changes: <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> to: <meta http-equiv="X-UA-Compatible" content="IE=edge"> Fixes gh-326 Closes gh-327
1 parent 3b53f1a commit bcf11cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/jquery/header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" <?php language_attributes(); ?>> <!--<![endif]-->
66
<head data-live-domain="<?php echo JQUERY_LIVE_DOMAIN; ?>">
77
<meta charset="utf-8">
8-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99

1010
<title><?php
1111
global $page, $paged;

themes/jquery/page-blank.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<html lang="en">
99
<head>
1010
<meta charset="utf-8">
11-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
11+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1212

1313
<title><?php the_title(); ?></title>
1414

0 commit comments

Comments
 (0)