Closed
Description
Some javascript libraries use script tags for templates:
<script type="text/html" id="my-template">
<h1>hello world</h1>
</script>
When I put html with a script tag like this , tidy5 warns for me around any closing tag that is not a closing </script> tag:
line 383 column 97 - Warning: '<' + '/' + letter not allowed here