Merge pull request #1409 from roots/minor-h5bp-update

From H5BP: Lowercase X-UA-Compatible
This commit is contained in:
Ben Word
2015-04-02 10:32:04 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
### HEAD
* Lowercase `X-UA-Compatible` ([#1409](https://github.com/roots/sage/issues/1409))
* Remove mention of Google Analytics from the config ([#1384](https://github.com/roots/sage/issues/1384))
### 8.1.1: March 31st, 2015

View File

@@ -2,7 +2,7 @@
<html class="no-js" <?php language_attributes(); ?>>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" title="<?= get_bloginfo('name'); ?> Feed" href="<?= esc_url(get_feed_link()); ?>">
<?php wp_head(); ?>