소스 검색

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>
 		<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>
 		<code>
+		&lt;!DOCTYPE html&gt;
 		&lt;html&gt;
 		&lt;html&gt;
 			&lt;head&gt;
 			&lt;head&gt;
 				&lt;title&gt;My first three.js app&lt;/title&gt;
 				&lt;title&gt;My first three.js app&lt;/title&gt;