diff --git a/docs/docs/tutorial.ja-JP.md b/docs/docs/tutorial.ja-JP.md
index 8953967993..642385e27e 100644
--- a/docs/docs/tutorial.ja-JP.md
+++ b/docs/docs/tutorial.ja-JP.md
@@ -35,6 +35,7 @@ next: thinking-in-react-ja-JP.html
```html
+
Hello React
diff --git a/docs/docs/tutorial.ko-KR.md b/docs/docs/tutorial.ko-KR.md
index a0c9d965cc..e4e0db6c7e 100644
--- a/docs/docs/tutorial.ko-KR.md
+++ b/docs/docs/tutorial.ko-KR.md
@@ -36,6 +36,7 @@ next: thinking-in-react-ko-KR.html
```html
+
Hello React
diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md
index 78cd0455d3..2c85b6f281 100644
--- a/docs/docs/tutorial.md
+++ b/docs/docs/tutorial.md
@@ -35,6 +35,7 @@ For this tutorial, we'll use prebuilt JavaScript files on a CDN. Open up your fa
```html
+
Hello React
diff --git a/examples/server-rendering/webapp/index.php b/examples/server-rendering/webapp/index.php
index 253605cd24..f754884698 100644
--- a/examples/server-rendering/webapp/index.php
+++ b/examples/server-rendering/webapp/index.php
@@ -52,6 +52,7 @@ SCRIPT;
}
?>
+
React server rendering example