mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-06-04 17:22:03 +00:00
Fix missing ID
This commit is contained in:
@@ -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} /> -->
|
||||
|
||||
Reference in New Issue
Block a user