slidy.js: Avoid string literal "</script>".
It causes problems when the script is embedded with the --offline option.
This commit is contained in:
parent
ea0a09aef1
commit
a3c0c410b8
1 changed files with 1 additions and 1 deletions
2
slidy/slidy.min.js
vendored
2
slidy/slidy.min.js
vendored
|
@ -1195,7 +1195,7 @@ var w3c_slidy = {
|
|||
var doc = document.getElementById("historyFrame").contentWindow.document;
|
||||
doc.open("javascript:'<html></html>'");
|
||||
doc.write("<html><head><script type=\"text/javascript\">window.parent.w3c_slidy.on_frame_loaded('"+
|
||||
(hash) + "');</script></head><body>hello mum</body></html>");
|
||||
(hash) + "');\74/script></head><body>hello mum</body></html>");
|
||||
doc.close();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue