Browse Source

Fix br tag in misc_controls_trackball

Tristan Valcke 8 năm trước cách đây
mục cha
commit
4bdd8835dd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/misc_controls_trackball.html

+ 1 - 1
examples/misc_controls_trackball.html

@@ -34,7 +34,7 @@
 	<body>
 		<div id="container"></div>
 		<div id="info">
-			<a href="http://threejs.org" target="_blank">three.js</a> - trackball controls example</br>
+			<a href="http://threejs.org" target="_blank">three.js</a> - trackball controls example<br />
 			MOVE mouse &amp; press LEFT/A: rotate, MIDDLE/S: zoom, RIGHT/D: pan
 		</div>