Sacy fails to distinguish script-tags as src-based if there's any type of content in between the opening and closing tag.
The result is that the tag will be excluded all together.
The following code would be excluded, as there's a new-line character after the opening-tag:
<script type="text/javascript" src="http://example.com/test.js">
</script>
Sacy fails to distinguish script-tags as src-based if there's any type of content in between the opening and closing tag.
The result is that the tag will be excluded all together.
The following code would be excluded, as there's a new-line character after the opening-tag: