Skip to content

Commit 91ccaa6

Browse files
save file
1 parent 12c1174 commit 91ccaa6

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
@@ -292,7 +292,7 @@
292292
293293
</scr`+`ipt>
294294
`;
295-
var url = window.URL.createObjectURL(new Blob([html],{type:'text/javascript'}));
295+
var url = window.URL.createObjectURL(new Blob([html],{type:'text/html'}));
296296
iframe.src = url;
297297
iframe.onload = onload;
298298
cur.root.append(iframe);

0 commit comments

Comments
 (0)