Pettswood
Pettswood copied to clipboard
Javascript tags without separate closing tags cause results pages not to be displayed
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.