Skip to content

Commit

Permalink
Merge pull request #1409 from roots/minor-h5bp-update
Browse files Browse the repository at this point in the history
From H5BP: Lowercase X-UA-Compatible
  • Loading branch information
retlehs committed Apr 2, 2015
2 parents 82215b3 + af77474 commit e07cf54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(); ?>
Expand Down

0 comments on commit e07cf54

Please sign in to comment.