aboutsummaryrefslogtreecommitdiff
path: root/src/routes/user
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-23 01:20:02 -0700
committerFuwn <[email protected]>2025-06-23 01:20:02 -0700
commitc6786d188ba2178c45d088d987ec6c16edcce16c (patch)
tree5fd1713e43371aaa63eaf8bcdb8f7d8859945b7d /src/routes/user
parentstyle(src): Remove self-closing p and div tags (diff)
downloaddue.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.svelte4
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}