Explorar el Código

Remove extra a closing tag in webgl_loader_pcd

Tristan Valcke hace 8 años
padre
commit
4a3bb342b4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>