diff options
| author | Fuwn <[email protected]> | 2025-06-23 01:14:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-23 01:14:22 -0700 |
| commit | cbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a (patch) | |
| tree | d0f4711b42f68d4ffe134ad9468e5fed9f5094b1 /src/lib/Loading/Skeleton.svelte | |
| parent | feat(settings): Custom CSS (diff) | |
| download | due.moe-cbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a.tar.xz due.moe-cbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a.zip | |
style(src): Remove self-closing p and div tags
Diffstat (limited to 'src/lib/Loading/Skeleton.svelte')
| -rw-r--r-- | src/lib/Loading/Skeleton.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Loading/Skeleton.svelte b/src/lib/Loading/Skeleton.svelte index 3f39beec..90789f24 100644 --- a/src/lib/Loading/Skeleton.svelte +++ b/src/lib/Loading/Skeleton.svelte @@ -31,7 +31,7 @@ </div> {#if !list && i < count - 1} - <p /> + <p></p> {/if} {/each} {/if} |