diff --git a/examples/blog-html5.html b/examples/blog-html5.html
index 7a9105f..7a32335 100644
--- a/examples/blog-html5.html
+++ b/examples/blog-html5.html
@@ -9,7 +9,7 @@
-
+
diff --git a/examples/blog-original.html b/examples/blog-original.html
index 68042ef..4ea7f67 100644
--- a/examples/blog-original.html
+++ b/examples/blog-original.html
@@ -8,7 +8,7 @@
-
+
diff --git a/examples/input-autofocus-with-fallback-custom-event.html b/examples/input-autofocus-with-fallback-custom-event.html
index d7990a1..6dd7063 100644
--- a/examples/input-autofocus-with-fallback-custom-event.html
+++ b/examples/input-autofocus-with-fallback-custom-event.html
@@ -15,7 +15,7 @@
});
-
+
diff --git a/examples/input-autofocus-with-fallback-document-ready.html b/examples/input-autofocus-with-fallback-document-ready.html
index 95e2a95..6c3864e 100644
--- a/examples/input-autofocus-with-fallback-document-ready.html
+++ b/examples/input-autofocus-with-fallback-document-ready.html
@@ -15,7 +15,7 @@
});
-
+
diff --git a/examples/input-autofocus-with-fallback.html b/examples/input-autofocus-with-fallback.html
index 2b937b0..7e257f5 100644
--- a/examples/input-autofocus-with-fallback.html
+++ b/examples/input-autofocus-with-fallback.html
@@ -7,7 +7,7 @@
<input autofocus> fallback - Dive Into HTML 5
-
+
diff --git a/examples/input-autofocus.html b/examples/input-autofocus.html
index 8dbc5df..0b02460 100644
--- a/examples/input-autofocus.html
+++ b/examples/input-autofocus.html
@@ -7,7 +7,7 @@
<input autofocus> - Dive Into HTML 5
-
+
diff --git a/examples/input-placeholder.html b/examples/input-placeholder.html
index 6e02fae..05482f9 100644
--- a/examples/input-placeholder.html
+++ b/examples/input-placeholder.html
@@ -7,7 +7,7 @@
<input placeholder> - Dive Into HTML 5
-
+
diff --git a/examples/input-required.html b/examples/input-required.html
index 279866b..d34cdcb 100644
--- a/examples/input-required.html
+++ b/examples/input-required.html
@@ -7,7 +7,7 @@
<input required> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-color.html b/examples/input-type-color.html
index a9c1a0d..0df4740 100644
--- a/examples/input-type-color.html
+++ b/examples/input-type-color.html
@@ -7,7 +7,7 @@
<input type=color> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-date.html b/examples/input-type-date.html
index 50b4ac2..1b1f13c 100644
--- a/examples/input-type-date.html
+++ b/examples/input-type-date.html
@@ -7,7 +7,7 @@
<input type=date> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-datetime-local.html b/examples/input-type-datetime-local.html
index c3c5628..2173bf6 100644
--- a/examples/input-type-datetime-local.html
+++ b/examples/input-type-datetime-local.html
@@ -7,7 +7,7 @@
<input type=datetime-local> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-datetime.html b/examples/input-type-datetime.html
index 52917bc..2cf71d1 100644
--- a/examples/input-type-datetime.html
+++ b/examples/input-type-datetime.html
@@ -7,7 +7,7 @@
<input type=datetime> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-email.html b/examples/input-type-email.html
index a41acda..5cf43c0 100644
--- a/examples/input-type-email.html
+++ b/examples/input-type-email.html
@@ -7,7 +7,7 @@
<input type=email> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-month.html b/examples/input-type-month.html
index e340086..cb6db68 100644
--- a/examples/input-type-month.html
+++ b/examples/input-type-month.html
@@ -7,7 +7,7 @@
<input type=month> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-number-min-max-step.html b/examples/input-type-number-min-max-step.html
index 4812bcc..9db3ece 100644
--- a/examples/input-type-number-min-max-step.html
+++ b/examples/input-type-number-min-max-step.html
@@ -7,7 +7,7 @@
<input type=number> with attributes - Dive Into HTML 5
-
+
diff --git a/examples/input-type-number.html b/examples/input-type-number.html
index 7006b41..d3b5699 100644
--- a/examples/input-type-number.html
+++ b/examples/input-type-number.html
@@ -7,7 +7,7 @@
<input type=number> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-range.html b/examples/input-type-range.html
index 7913460..c7aab01 100644
--- a/examples/input-type-range.html
+++ b/examples/input-type-range.html
@@ -7,7 +7,7 @@
<input type=range> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-search.html b/examples/input-type-search.html
index 52c4398..ca7a470 100644
--- a/examples/input-type-search.html
+++ b/examples/input-type-search.html
@@ -7,7 +7,7 @@
<input type=search> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-tel.html b/examples/input-type-tel.html
index 93ac491..695ca56 100644
--- a/examples/input-type-tel.html
+++ b/examples/input-type-tel.html
@@ -7,7 +7,7 @@
<input type=tel> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-time.html b/examples/input-type-time.html
index fc00c63..9dd49dc 100644
--- a/examples/input-type-time.html
+++ b/examples/input-type-time.html
@@ -7,7 +7,7 @@
<input type=time> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-url.html b/examples/input-type-url.html
index 610114a..ab76bfd 100644
--- a/examples/input-type-url.html
+++ b/examples/input-type-url.html
@@ -7,7 +7,7 @@
<input type=url> - Dive Into HTML 5
-
+
diff --git a/examples/input-type-week.html b/examples/input-type-week.html
index 062f29c..46b2015 100644
--- a/examples/input-type-week.html
+++ b/examples/input-type-week.html
@@ -7,7 +7,7 @@
<input type=week> - Dive Into HTML 5
-
+