aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/SequelCatcher
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-23 01:14:22 -0700
committerFuwn <[email protected]>2025-06-23 01:14:22 -0700
commitcbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a (patch)
treed0f4711b42f68d4ffe134ad9468e5fed9f5094b1 /src/lib/Tools/SequelCatcher
parentfeat(settings): Custom CSS (diff)
downloaddue.moe-cbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a.tar.xz
due.moe-cbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a.zip
style(src): Remove self-closing p and div tags
Diffstat (limited to 'src/lib/Tools/SequelCatcher')
-rw-r--r--src/lib/Tools/SequelCatcher/List.svelte2
-rw-r--r--src/lib/Tools/SequelCatcher/Tool.svelte2
2 files changed, 2 insertions, 2 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 }}
diff --git a/src/lib/Tools/SequelCatcher/Tool.svelte b/src/lib/Tools/SequelCatcher/Tool.svelte
index a954b4d7..4038c04e 100644
--- a/src/lib/Tools/SequelCatcher/Tool.svelte
+++ b/src/lib/Tools/SequelCatcher/Tool.svelte
@@ -71,7 +71,7 @@
<Message message="" loader="ripple" slot withReload fullscreen>Error fetching media.</Message>
{/await}
- <p />
+ <p></p>
<blockquote style="margin: 0 0 0 1.5rem;">
Thanks to <Username username="sevengirl" /> and <Username username="esthereae" /> for the idea!