aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/SequelCatcher/List.svelte
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-23 01:57:27 -0800
committerFuwn <[email protected]>2026-01-23 01:57:27 -0800
commit5317c03ac16e68b84ef54a9c07ab04b6eae3d601 (patch)
tree18cce9638638c46a1beec56758378c1240a2a361 /src/lib/Tools/SequelCatcher/List.svelte
parentfix(deps): Add missing fast-levenshtein dependency (diff)
downloaddue.moe-5317c03ac16e68b84ef54a9c07ab04b6eae3d601.tar.xz
due.moe-5317c03ac16e68b84ef54a9c07ab04b6eae3d601.zip
fix(html): Replace self-closing non-void HTML elements with proper closing tags
Diffstat (limited to 'src/lib/Tools/SequelCatcher/List.svelte')
-rw-r--r--src/lib/Tools/SequelCatcher/List.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Tools/SequelCatcher/List.svelte b/src/lib/Tools/SequelCatcher/List.svelte
index 0bf087ea..64f4f88c 100644
--- a/src/lib/Tools/SequelCatcher/List.svelte
+++ b/src/lib/Tools/SequelCatcher/List.svelte
@@ -30,7 +30,7 @@ paused)
<input type="checkbox" bind:checked={includeSideStories} /> Include side stories (e.g., OVAs,
specials, etc.)
-<p />
+<p></p>
<ol class="media-list">
{#each filterRelations( mediaListUnchecked.filter((media) => media.mediaListEntry?.status === 'COMPLETED'), includeSideStories ) as { media, unwatchedRelations }}