summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-13 15:19:46 +0100
committerdefault <nobody@localhost>2022-11-13 15:19:46 +0100
commit3a4878fe5e3cfa1861ab9ccad88f7440050300d3 (patch)
tree8d07604fd09cc97f82de21f6b83db68eff8e9607 /html.c
parent8da08eadf87ff5314392c0623a59acf36465ba58 (diff)
parent21c676487a5278cbd70da935bcc9e1c7f1955e24 (diff)
Merge branch 'master' of triptico.com:git/snac2
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\" "