html-inspector icon indicating copy to clipboard operation
html-inspector copied to clipboard

Allows noscript tags to be interspersed with script tags.

Open hbradleyiii opened this issue 8 years ago • 0 comments

It is helpful to be able to keep the <noscript> counterpart of a <script> right after its <script> in order to keep the context clear. But, as it stands, this causes every script prior to the <noscript> tag to fail. This fix ignores both <script> and <noscript> at the end of the stack.

hbradleyiii avatar Jan 12 '17 16:01 hbradleyiii