Skip to content

Commit

Permalink
Move charset declaration up in page, so it is within first 512 bytes.…
Browse files Browse the repository at this point in the history
… Bug 937719 comment 12.
  • Loading branch information
Fred Wenzel committed Dec 2, 2013
1 parent 8fe900a commit 875503f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bedrock/base/templates/base-resp.html
Expand Up @@ -4,12 +4,12 @@
{# Note the "windows" class, without javascript platform-specific
assets default to windows #}
<html class="windows no-js" lang="{{ LANG }}" dir="{{ DIR }}"{% block html_attrs %}{% endblock %}>
<head>
<meta charset="utf-8">{# Note: Must be within first 512 bytes of page #}
<!--
{% include "includes/careers-teaser.html" %}
-->
<head>
{% block ga_experiments %}{% endblock %}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% block extra_meta %}{% endblock %}

Expand Down

0 comments on commit 875503f

Please sign in to comment.