summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-13 15:15:16 +0100
committerdefault <nobody@localhost>2022-11-13 15:15:16 +0100
commit21c676487a5278cbd70da935bcc9e1c7f1955e24 (patch)
tree396b276ab50eb37ef4ac4848acd58c9cee93c844 /html.c
parent7ff6f928085e853b1bb7d113a6e7c435d76e6416 (diff)
Set "u-url mention" class for mentions.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 035de56..7b19a56 100644
--- a/html.c
+++ b/html.c
@@ -442,7 +442,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, int num)
xs *s1 = xs_fmt(
"<p><details><summary>%s</summary>\n"
- "<div class=\"snac-note\" id=\"%s_reply\">\n"
+ "<p><div class=\"snac-note\" id=\"%s_reply\">\n"
"<form method=\"post\" action=\"%s/admin/note\" "
"enctype=\"multipart/form-data\" id=\"%s_reply_form\">\n"
"<textarea class=\"snac-textarea\" name=\"content\" "