From 53e5cec331811ab53ac90fa861dad911d997f15b Mon Sep 17 00:00:00 2001
From: Dan Vanderkam <dan@dygraphs.com>
Date: Mon, 21 Mar 2011 11:13:21 -0400
Subject: [PATCH] add HTML5 doctype to docs pages

---
 docs/annotations.html | 1 +
 docs/changes.html     | 1 +
 docs/data.html        | 1 +
 3 files changed, 3 insertions(+)

diff --git a/docs/annotations.html b/docs/annotations.html
index 546afe8..dc80217 100644
--- a/docs/annotations.html
+++ b/docs/annotations.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>dygraphs annotations</title>
diff --git a/docs/changes.html b/docs/changes.html
index e476377..b431b19 100644
--- a/docs/changes.html
+++ b/docs/changes.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>dygraphs input types</title>
diff --git a/docs/data.html b/docs/data.html
index dad79ed..193820a 100644
--- a/docs/data.html
+++ b/docs/data.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>dygraphs input types</title>
-- 
2.7.4