jotdown_wasm: rm unmatched closing div
This commit is contained in:
parent
d175ab4f47
commit
4cacb61a68
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@
|
||||||
setTimeout(() => { input.focus(); }, 0);
|
setTimeout(() => { input.focus(); }, 0);
|
||||||
</script>
|
</script>
|
||||||
<pre id="input" contenteditable="true" placeholder="Input djot here" style="width:50%;height:100%;min-height:8em;max-height:20em;resize:none;margin:0">*Hello world!*</pre>
|
<pre id="input" contenteditable="true" placeholder="Input djot here" style="width:50%;height:100%;min-height:8em;max-height:20em;resize:none;margin:0">*Hello world!*</pre>
|
||||||
<pre id="output" readonly style="width:50%;height:100%;margin:0;min-height:8em;max-height:20em"></div></pre>
|
<pre id="output" readonly style="width:50%;height:100%;margin:0;min-height:8em;max-height:20em"></pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue