Fix missing ID
This commit is contained in:
parent
e12f25503e
commit
07dbd800ee
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
<p style="color: red">{error.message}</p>
|
||||
{/await}
|
||||
<label for="output">Bookmarklet code</label>
|
||||
<textarea name="output" class="output card" rows="1" value={output} readonly
|
||||
<textarea name="output" id="output" class="output card" rows="1" value={output} readonly
|
||||
></textarea>
|
||||
|
||||
<!-- <Editor readonly={true} /> -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue