浏览代码

Fix br tag in misc_controls_trackball

Tristan Valcke 8 年之前
父节点
当前提交
4bdd8835dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>