Ensure closing script tag has necessary escape.

bug/bundler_fix
Pearce Barry 2017-11-05 13:41:29 -06:00
parent 9c16da9c98
commit 77c13286e0
No known key found for this signature in database
GPG Key ID: 0916F4DEA5C5DE0A
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ setInterval(function(){
delete kins[k]; delete kins[k];
} }
} }
w = open('data:text/html,<input type=file id=f><script>f.click();setInterval("f.click()", 1);<\/script>'); w = open('data:text/html,<input type="file" id="f"><script>f.click();setInterval("f.click()", 1);<\\/script>');
if (w) { if (w) {
kins[i] = w; kins[i] = w;
i++; i++;