Add utf-8 meta tag in examples

This commit is contained in:
jos 2016-11-11 20:26:32 +01:00
parent 68a5b1476f
commit f01f52094e
8 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<meta charset="UTF-8">
<title>Basic usage | JSONEditor</title> <title>Basic usage | JSONEditor</title>
<script src="../dist/jsoneditor.js"></script> <script src="../dist/jsoneditor.js"></script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<meta charset="UTF-8">
<title>Viewer | JSONEditor</title> <title>Viewer | JSONEditor</title>
<script src="../dist/jsoneditor.js"></script> <script src="../dist/jsoneditor.js"></script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<meta charset="UTF-8">
<title>Load and save | JSONEditor</title> <title>Load and save | JSONEditor</title>
<script src="../dist/jsoneditor.js"></script> <script src="../dist/jsoneditor.js"></script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<meta charset="UTF-8">
<title>Read-only properties and values | JSONEditor</title> <title>Read-only properties and values | JSONEditor</title>
<script src="../dist/jsoneditor.js"></script> <script src="../dist/jsoneditor.js"></script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<meta charset="UTF-8">
<title>Custom styling | JSONEditor</title> <title>Custom styling | JSONEditor</title>
<script src="../dist/jsoneditor.js"></script> <script src="../dist/jsoneditor.js"></script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<meta charset="UTF-8">
<title>JSON schema validation | JSONEditor</title> <title>JSON schema validation | JSONEditor</title>
<script src="../dist/jsoneditor.js"></script> <script src="../dist/jsoneditor.js"></script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<meta charset="UTF-8">
<title>Custom Ace Editor | JSONEditor</title> <title>Custom Ace Editor | JSONEditor</title>
<!-- we use the minimalist jsoneditor, which doesn't have Ace Editor included --> <!-- we use the minimalist jsoneditor, which doesn't have Ace Editor included -->

View File

@ -1,6 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<meta charset="UTF-8">
<title>Synchronize two editors | JSONEditor</title> <title>Synchronize two editors | JSONEditor</title>
<script src="../dist/jsoneditor.js"></script> <script src="../dist/jsoneditor.js"></script>