From 81dbcd02e127de1e45630780b4349cbb9f5af8f1 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 28 Feb 2014 22:51:31 +0900 Subject: [PATCH] Update header.html Add to prevent versions of IE from rendering in quirks mode (which breaks the docs in IE9) --- docs/_includes/header.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_includes/header.html b/docs/_includes/header.html index d2595c5..73d32b1 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -1,4 +1,5 @@ + {{ page.title }} @@ -44,4 +45,4 @@ // $(function() { // $(window).on('load', function () { new FingerBlast('.body'); }); // }); - \ No newline at end of file +