From de0b7df0160c739adc993e936eec14bb0a379bc5 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Wed, 28 May 2014 07:56:12 +0800 Subject: [PATCH] HTML5 expects meta charset, and FF complains in console without it; should be before title in case special chars used within title --- demo.html | 1 + examples/advanced.html | 1 + examples/basic.html | 1 + examples/css_integration.html | 1 + tests/validation.html | 1 + 5 files changed, 5 insertions(+) diff --git a/demo.html b/demo.html index 0f5f4b04a..9883781db 100644 --- a/demo.html +++ b/demo.html @@ -1,6 +1,7 @@ + JSON Editor Example diff --git a/examples/advanced.html b/examples/advanced.html index 19e657c76..76cc94076 100644 --- a/examples/advanced.html +++ b/examples/advanced.html @@ -1,6 +1,7 @@ + Advanced JSON Editor Example diff --git a/examples/basic.html b/examples/basic.html index a5204928d..6505025c2 100644 --- a/examples/basic.html +++ b/examples/basic.html @@ -1,6 +1,7 @@ + Basic JSON Editor Example diff --git a/examples/css_integration.html b/examples/css_integration.html index da594b494..eb3a256a1 100644 --- a/examples/css_integration.html +++ b/examples/css_integration.html @@ -1,6 +1,7 @@ + CSS Integration JSON Editor Example diff --git a/tests/validation.html b/tests/validation.html index f170a2a5b..b47dbd89c 100644 --- a/tests/validation.html +++ b/tests/validation.html @@ -1,6 +1,7 @@ + JSON Editor Validation Example