Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 944f2fe

Browse files
Escaped forward slash in script closing tag. Fixes #6495.
1 parent 4d5ec26 commit 944f2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.hashchange.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
iframe_doc.open();
360360

361361
// Set document.domain for the Iframe document as well, if necessary.
362-
domain && iframe_doc.write( '<script>document.domain="' + domain + '"</script>' );
362+
domain && iframe_doc.write( '<script>document.domain="' + domain + '"<\/script>' );
363363

364364
iframe_doc.close();
365365

0 commit comments

Comments
 (0)