소스 검색

Remove extra a closing tag in webgl_loader_pcd

Tristan Valcke 8 년 전
부모
커밋
4a3bb342b4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      examples/webgl_loader_pcd.html

+ 2 - 2
examples/webgl_loader_pcd.html

@@ -41,8 +41,8 @@
 			<a href="http://threejs.org" target="_blank">three.js</a>
 			<a href="http://pointclouds.org/documentation/tutorials/pcd_file_format.php#pcd-file-format" target="_blank">PCD File format</a>
 			<div>PCD loader test by <a href="http://filipecaixeta.com.br" target="_blank">Filipe Caixeta</a></div>
-			<div>+/-: Increase/Decrease point size</a></div>
-			<div>c: Toggle color</a></div>
+			<div>+/-: Increase/Decrease point size</div>
+			<div>c: Toggle color</div>
 		</div>