Selaa lähdekoodia

Add 2 missing quotes in the en version

r00ster 6 vuotta sitten
vanhempi
commit
5191eb41ea
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/manual/en/introduction/Creating-a-scene.html

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

@@ -20,7 +20,7 @@
 		<!DOCTYPE html>
 		<html>
 			<head>
-				<meta charset=utf-8>
+				<meta charset="utf-8">
 				<title>My first three.js app</title>
 				<style>
 					body { margin: 0; }