Skip to content

Commit

Permalink
Merge pull request #122 from brettz9/meta-charset
Browse files Browse the repository at this point in the history
Add meta charset to demo and examples
  • Loading branch information
jdorn committed Jun 2, 2014
2 parents 20805b6 + de0b7df commit b599c8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>JSON Editor Example</title>

<!-- placeholders for the theme switcher -->
Expand Down
1 change: 1 addition & 0 deletions examples/advanced.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Advanced JSON Editor Example</title>

<script src="../dist/jsoneditor.js"></script>
Expand Down
1 change: 1 addition & 0 deletions examples/basic.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Basic JSON Editor Example</title>
<script src="../dist/jsoneditor.js"></script>
</head>
Expand Down
1 change: 1 addition & 0 deletions examples/css_integration.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>CSS Integration JSON Editor Example</title>

<!-- Foundation CSS framework (Bootstrap and jQueryUI also supported) -->
Expand Down
1 change: 1 addition & 0 deletions tests/validation.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>JSON Editor Validation Example</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src='../dist/jsoneditor.js'></script>
Expand Down

0 comments on commit b599c8d

Please sign in to comment.