Browse Source

Update header.html.

Add <meta http-equiv="X-UA-Compatible" content="IE=edge"> to prevent versions of IE from rendering in quirks mode (which breaks the docs in IE9).

Close #346.
pull/316/merge
Christian 11 years ago committed by XhmikosR
parent
commit
02201ec94f
  1. 1
      docs/_includes/header.html

1
docs/_includes/header.html

@ -1,4 +1,5 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ page.title }}</title>
<meta name="description" content="{{ site.name }}: {{ site.description }}">
<meta name="author" content="{{ site.authors }}">

Loading…
Cancel
Save