Skip to content

Commit 510aba8

Browse files
another typo
1 parent 6b9bf51 commit 510aba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/web_startup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function sync_css() {
8787
function render() {
8888
console.textContent = "";
8989
errors.textContent = "";
90-
output.textContent = schemascii.patched_render(source.value);
90+
output.innerHTML = schemascii.patched_render(source.value);
9191
}
9292

9393
async function switch_version() {

0 commit comments

Comments
 (0)