Skip to content

Commit 35fc3b4

Browse files
save file
1 parent 3cb8030 commit 35fc3b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/misc/nodejs-terminal/html/webcontainer-terminal/webcontainer-terminal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
shadow = host.shadowRoot;
171171

172172
var style = document.createElement('style');
173-
style.TextContent = link;
173+
style.textContent = link;
174174
shadow.insertBefore(style,shadow.firstChild);
175175

176176
terminal = $(shadow,'#terminal');

0 commit comments

Comments
 (0)