Explorar o código

Fix wrong br tag in webgl_geometry_colors_lookuptable

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
2b982c26aa
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      examples/webgl_geometry_colors_lookuptable.html

+ 2 - 2
examples/webgl_geometry_colors_lookuptable.html

@@ -34,8 +34,8 @@
 	<body>
 
 
-		<div id="info"><a href="http://threejs.org" target="_blank">three.js</a> webgl - lookuptable - vertex color values from a range of data values.</br>
-		press A: change color map, press S: change numberOfColors, press D: toggle Legend on/off, press F: change Legend layout</br>
+		<div id="info"><a href="http://threejs.org" target="_blank">three.js</a> webgl - lookuptable - vertex color values from a range of data values.<br />
+		press A: change color map, press S: change numberOfColors, press D: toggle Legend on/off, press F: change Legend layout<br />
 		</div>
 
 		<div id="container"></div>