Merge pull request #4355 from makky3939/use_html5_meta_charset_tag

Use html5 meta charset tag
This commit is contained in:
Paul O’Shannessy
2015-07-13 11:45:53 -07:00
10 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Basic Example with Click Counter</title>
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
<script src="../../build/react.js"></script>
<script src="../../build/JSXTransformer.js"></script>
<script type="text/jsx">
+1 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
<meta charset="utf-8">
<title>Basic CommonJS Example with Browserify</title>
<link rel="stylesheet" href="../shared/css/base.css" />
</head>
+1 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
<meta charset="utf-8">
<title>Basic Example with External JSX</title>
<link rel="stylesheet" href="../shared/css/base.css" />
</head>
+1 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
<meta charset="utf-8">
<title>Basic Example with JSX and ES6 features</title>
<link rel="stylesheet" href="../shared/css/base.css" />
</head>
+1 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
<meta charset="utf-8">
<title>Basic Example with Precompiled JSX</title>
<link rel="stylesheet" href="../shared/css/base.css" />
</head>
+1 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
<meta charset="utf-8">
<title>Basic Example with JSX</title>
<link rel="stylesheet" href="../shared/css/base.css" />
</head>
+1 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
<meta charset="utf-8">
<title>Basic Example</title>
<link rel="stylesheet" href="../shared/css/base.css" />
</head>
+1 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
<meta charset="utf-8">
<title>Quadratic Formula Calculator</title>
<link rel="stylesheet" href="../shared/css/base.css" />
</head>
@@ -55,6 +55,7 @@ SCRIPT;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>React server rendering example</title>
<script src="static/bundle.js"></script>
</head>
+1 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
<meta charset="utf-8">
<title>Example with Transitions</title>
<link rel="stylesheet" href="../shared/css/base.css" />
<link rel="stylesheet" href="transition.css" />