From f01f52094e9671e5803534f7f22cbaab7f4b0a72 Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 11 Nov 2016 20:26:32 +0100 Subject: [PATCH] Add utf-8 meta tag in examples --- examples/01_basic_usage.html | 1 + examples/02_viewer.html | 1 + examples/04_load_and_save.html | 1 + examples/05_readonly_properties_and_values.html | 1 + examples/06_custom_styling.html | 1 + examples/07_json_schema_validation.html | 1 + examples/08_custom_ace.html | 1 + examples/09_synchronize_two_editors.html | 1 + 8 files changed, 8 insertions(+) diff --git a/examples/01_basic_usage.html b/examples/01_basic_usage.html index 2a75d99..80d7cf8 100644 --- a/examples/01_basic_usage.html +++ b/examples/01_basic_usage.html @@ -1,6 +1,7 @@ + Basic usage | JSONEditor diff --git a/examples/02_viewer.html b/examples/02_viewer.html index ee0eabd..bf22963 100644 --- a/examples/02_viewer.html +++ b/examples/02_viewer.html @@ -1,6 +1,7 @@ + Viewer | JSONEditor diff --git a/examples/04_load_and_save.html b/examples/04_load_and_save.html index 81d89dc..5565988 100644 --- a/examples/04_load_and_save.html +++ b/examples/04_load_and_save.html @@ -1,6 +1,7 @@ + Load and save | JSONEditor diff --git a/examples/05_readonly_properties_and_values.html b/examples/05_readonly_properties_and_values.html index fdd95a2..3e3225d 100644 --- a/examples/05_readonly_properties_and_values.html +++ b/examples/05_readonly_properties_and_values.html @@ -1,6 +1,7 @@ + Read-only properties and values | JSONEditor diff --git a/examples/06_custom_styling.html b/examples/06_custom_styling.html index ef49ecf..9e37a53 100644 --- a/examples/06_custom_styling.html +++ b/examples/06_custom_styling.html @@ -1,6 +1,7 @@ + Custom styling | JSONEditor diff --git a/examples/07_json_schema_validation.html b/examples/07_json_schema_validation.html index 07d8f0c..bb07bec 100644 --- a/examples/07_json_schema_validation.html +++ b/examples/07_json_schema_validation.html @@ -1,6 +1,7 @@ + JSON schema validation | JSONEditor diff --git a/examples/08_custom_ace.html b/examples/08_custom_ace.html index a625f08..9710777 100644 --- a/examples/08_custom_ace.html +++ b/examples/08_custom_ace.html @@ -1,6 +1,7 @@ + Custom Ace Editor | JSONEditor diff --git a/examples/09_synchronize_two_editors.html b/examples/09_synchronize_two_editors.html index f31e356..091de74 100644 --- a/examples/09_synchronize_two_editors.html +++ b/examples/09_synchronize_two_editors.html @@ -1,6 +1,7 @@ + Synchronize two editors | JSONEditor