From 875e7b08c5a357c2a77d9dd78763e04eb56a1559 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 5 Aug 2013 21:11:26 -0400 Subject: [PATCH] fix a few IE issues --- docs/header.html | 1 + docs/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/header.html b/docs/header.html index db6c167..d4cedde 100644 --- a/docs/header.html +++ b/docs/header.html @@ -9,6 +9,7 @@ + diff --git a/docs/index.html b/docs/index.html index b6b5aa1..21b22f4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -38,7 +38,7 @@ pre.prettyprint { customBars: true, title: 'NYC vs. SF', ylabel: 'Temperature (F)', - legend: 'always', + legend: 'always' } ); -- 2.7.4