Explorar el Código

Add 2 missing quotes in the zh version

r00ster hace 6 años
padre
commit
da4e98e357
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/manual/zh/introduction/Creating-a-scene.html

+ 1 - 1
docs/manual/zh/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; }