diff options
| author | 2022-11-13 15:15:16 +0100 | |
|---|---|---|
| committer | 2022-11-13 15:15:16 +0100 | |
| commit | 21c676487a5278cbd70da935bcc9e1c7f1955e24 (patch) | |
| tree | 396b276ab50eb37ef4ac4848acd58c9cee93c844 /html.c | |
| parent | Updated documentation. (diff) | |
| download | snac2-21c676487a5278cbd70da935bcc9e1c7f1955e24.tar.gz snac2-21c676487a5278cbd70da935bcc9e1c7f1955e24.tar.xz snac2-21c676487a5278cbd70da935bcc9e1c7f1955e24.zip | |
Set "u-url mention" class for mentions.
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\" " |