Pārlūkot izejas kodu

Fix wrong br tag in webgl_geometry_colors_lookuptable

Tristan Valcke 8 gadi atpakaļ
vecāks
revīzija
2b982c26aa
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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>