فهرست منبع

Fix br tag in webgl_shadowmap, and remov extra a closing tag in webgl_shadowmap

Tristan Valcke 8 سال پیش
والد
کامیت
acf1c2f5a2
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      examples/webgl_shadowmap.html

+ 3 - 3
examples/webgl_shadowmap.html

@@ -27,9 +27,9 @@
 	<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>
-		move camera with WASD / RF + mouse<br/>
-		t: toggle HUD</a>
+		<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<br />
+		t: toggle HUD
 		</div>
 
 		<script src="../build/three.js"></script>