Browse Source

Fix br tag in webgl_shadowmap_performance

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

+ 1 - 1
examples/webgl_shadowmap_performance.html

@@ -27,7 +27,7 @@
 	<body>
 
 		<div id="info">
-		<a href="http://threejs.org" target="_blank">three.js</a> - shadowmap - models by <a href="http://mirada.com/">mirada</a> from <a href="http://ro.me">rome</a></br>
+		<a href="http://threejs.org" target="_blank">three.js</a> - shadowmap - models by <a href="http://mirada.com/">mirada</a> from <a href="http://ro.me">rome</a><br />
 		move camera with WASD / RF + mouse
 		</div>