Browse Source

Add 2 missing quotes in the zh version

r00ster 6 years ago
parent
commit
da4e98e357
1 changed files with 1 additions and 1 deletions
  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; }