浏览代码

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>