diff options
| author | 2022-11-13 15:19:46 +0100 | |
|---|---|---|
| committer | 2022-11-13 15:19:46 +0100 | |
| commit | 3a4878fe5e3cfa1861ab9ccad88f7440050300d3 (patch) | |
| tree | 8d07604fd09cc97f82de21f6b83db68eff8e9607 /html.c | |
| parent | Version 2.10 RELEASED. (diff) | |
| parent | Set "u-url mention" class for mentions. (diff) | |
| download | snac2-3a4878fe5e3cfa1861ab9ccad88f7440050300d3.tar.gz snac2-3a4878fe5e3cfa1861ab9ccad88f7440050300d3.tar.xz snac2-3a4878fe5e3cfa1861ab9ccad88f7440050300d3.zip | |
Merge branch 'master' of triptico.com:git/snac22.10
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -442,7 +442,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, int num) | |||
| 442 | 442 | ||
| 443 | xs *s1 = xs_fmt( | 443 | xs *s1 = xs_fmt( |
| 444 | "<p><details><summary>%s</summary>\n" | 444 | "<p><details><summary>%s</summary>\n" |
| 445 | "<div class=\"snac-note\" id=\"%s_reply\">\n" | 445 | "<p><div class=\"snac-note\" id=\"%s_reply\">\n" |
| 446 | "<form method=\"post\" action=\"%s/admin/note\" " | 446 | "<form method=\"post\" action=\"%s/admin/note\" " |
| 447 | "enctype=\"multipart/form-data\" id=\"%s_reply_form\">\n" | 447 | "enctype=\"multipart/form-data\" id=\"%s_reply_form\">\n" |
| 448 | "<textarea class=\"snac-textarea\" name=\"content\" " | 448 | "<textarea class=\"snac-textarea\" name=\"content\" " |