Skip to content

Commit ef20d12

Browse files
authored
- fix syntax error
1 parent 5984736 commit ef20d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/code_editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<head>
162162
<style>${css}</style>
163163
</head>
164-
<body>${html}<script>${js}</script>
164+
<body>${html}<script>${js}<\/script>
165165
<script>
166166
document.addEventListener('input', function(e) {
167167
if (e.target.tagName === 'INPUT' || e.target.tagName === 'TEXTAREA' || e.target.tagName === 'SELECT') {
@@ -179,7 +179,7 @@
179179
}, '*');
180180
}
181181
});
182-
</script>
182+
<\/script>
183183
</body>
184184
</html>
185185
`);

0 commit comments

Comments
 (0)