Test: Remove duplicate noscript element.

This commit is contained in:
Michael Drake 2016-02-06 12:51:44 +00:00
parent 0a3519fdac
commit 356615573a

View File

@ -35,8 +35,5 @@ function show_mandelbrot()
} }
show_mandelbrot(); show_mandelbrot();
</script> </script>
<noscript>
JavaScript not enabled.
</noscript>
</body> </body>
</html> </html>