<p>Rails 4 removed the <code>BestStandardsSupport</code> middleware, because supposedly a HTML5 doctype accomplishes the same thing. But not quite -- without X-UA-Compatible, the UI for changing compatibility mode is still visible, and users can get themselves into a bad state (see <a href="https://github.com/openstreetmap/openstreetmap-website/pull/498#issuecomment-28483550" class="issue-link" title="Redesign">#498 (comment)</a>)</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/jfirebaugh/openstreetmap-website X-UA-Compatible</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/529'>https://github.com/openstreetmap/openstreetmap-website/pull/529</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add X-UA-Compatible meta tag</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/529/files#diff-0">app/views/layouts/_head.html.erb</a>
    (1)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/529.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/529.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/529.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/529.diff</a></li>
</ul>