aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/Hayai.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Tools/Hayai.svelte')
-rw-r--r--src/lib/Tools/Hayai.svelte6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/Tools/Hayai.svelte b/src/lib/Tools/Hayai.svelte
index 1790af53..127c07b9 100644
--- a/src/lib/Tools/Hayai.svelte
+++ b/src/lib/Tools/Hayai.svelte
@@ -90,13 +90,13 @@
)}
</small>
- <p />
+ <p></p>
{@html applyBionicReadingToString(
`After selecting an EPUB file, 早い will apply a bionic reading filter over any and all words, and return the newly created "bionic" EPUB file.`
)}
- <p />
+ <p></p>
- <input type="file" id="epub-file" accept=".epub" on:change={handleFileUpload} />
+ <input type="file" id="epub-file" accept=".epub" onchange={handleFileUpload} />
</div>