Explorar o código

examples: webgl_shaders_ocean2: Minor fix.

tsone %!s(int64=10) %!d(string=hai) anos
pai
achega
7df08e0df9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_shaders_ocean2.html

+ 1 - 1
examples/webgl_shaders_ocean2.html

@@ -47,7 +47,7 @@
 			var hash = document.location.hash.substr( 1 );
 			if (!(hash in types)) hash = 'float';
 
-			document.getElementById('type-status').innerText = hash;
+			document.getElementById('type-status').innerHTML = hash;
 			document.getElementById('change-type').innerHTML =
 				'<a href="#" onclick="return change(\'' + types[hash] + '\')">' + types[hash] + '</a>';