Skip to content

Commit d1d48cf

Browse files
save file
1 parent d95f35e commit d1d48cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284

285285
iframe = document.createElement('iframe');
286286
obj.iframe = iframe;
287-
iframe.srcdoc = `<script>${js}</script>`;
287+
iframe.srcdoc = `<script>${js}</scr`+`ipt>`;
288288
iframe.onload = onload;
289289
cur.root.append(iframe);
290290

0 commit comments

Comments
 (0)