Pettswood icon indicating copy to clipboard operation
Pettswood copied to clipboard

Javascript tags without separate closing tags cause results pages not to be displayed

Open agmenc opened this issue 12 years ago • 0 comments

This value in the input:

<script type="text/javascript" src="javascript/jquery-1.7.2.min.js"></script>

Is mapped to this value in the output:

<script src="javascript/jquery-1.7.2.min.js" type="text/javascript"/>

And that causes the page to appear blank.

agmenc avatar Feb 21 '13 15:02 agmenc