Browse Source

Fix br tag in misc_controls_trackball

Tristan Valcke 8 years ago
parent
commit
4bdd8835dd
1 changed files with 1 additions and 1 deletions
  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>