浏览代码

Merge pull request #20525 from subtra3t/patch-1

Docs: Added missing Doctype
Mr.doob 4 年之前
父节点
当前提交
c3fbaefdf1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;