diff options
| author | Fuwn <[email protected]> | 2025-06-23 01:20:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-23 01:20:02 -0700 |
| commit | c6786d188ba2178c45d088d987ec6c16edcce16c (patch) | |
| tree | 5fd1713e43371aaa63eaf8bcdb8f7d8859945b7d /src/routes/user | |
| parent | style(src): Remove self-closing p and div tags (diff) | |
| download | due.moe-c6786d188ba2178c45d088d987ec6c16edcce16c.tar.xz due.moe-c6786d188ba2178c45d088d987ec6c16edcce16c.zip | |
style(src): Remove self-closing tags with attributes
Diffstat (limited to 'src/routes/user')
| -rw-r--r-- | src/routes/user/[user]/+page.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/user/[user]/+page.svelte b/src/routes/user/[user]/+page.svelte index fc4655f6..dfb9edaf 100644 --- a/src/routes/user/[user]/+page.svelte +++ b/src/routes/user/[user]/+page.svelte @@ -436,7 +436,7 @@ cols="100" id="biography" placeholder="Markdown supported!" - /> + ></textarea> <p></p> @@ -458,7 +458,7 @@ cols="100" id="badgeWallCSS" placeholder="/* Use classes and IDs such as .badges, #badges, .badge, or standard elements like body and details, or anything, as long as it's valid CSS! */" - /> + ></textarea> </details> {/if} {/if} |