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. 3
      docs/_includes/header.html

3
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 }}">
@ -44,4 +45,4 @@
// $(function() {
// $(window).on('load', function () { new FingerBlast('.body'); });
// });
</script>
</script>

Loading…
Cancel
Save