Browse Source

Merge pull request #20525 from subtra3t/patch-1

Docs: Added missing Doctype
Mr.doob 4 years ago
parent
commit
c3fbaefdf1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/manual/en/introduction/Creating-a-scene.html

+ 1 - 0
docs/manual/en/introduction/Creating-a-scene.html

@@ -121,6 +121,7 @@
 		<p>The full code is available below and as an editable [link:https://jsfiddle.net/mkba0ecu/ live example]. Play around with it to get a better understanding of how it works.</p>
 
 		<code>
+		&lt;!DOCTYPE html&gt;
 		&lt;html&gt;
 			&lt;head&gt;
 				&lt;title&gt;My first three.js app&lt;/title&gt;