diff options
Diffstat (limited to 'tests/hello_world_gles_shell.html')
-rw-r--r-- | tests/hello_world_gles_shell.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/hello_world_gles_shell.html b/tests/hello_world_gles_shell.html index 4abee90c..2459d755 100644 --- a/tests/hello_world_gles_shell.html +++ b/tests/hello_world_gles_shell.html @@ -48,9 +48,8 @@ } Module.postRun = doTest; - // The compiled code - {{{ SCRIPT_CODE }}} </script> + <script>{{{ SCRIPT_CODE }}}</script> </body> </html> |