snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 21c676487a5278cbd70da935bcc9e1c7f1955e24
parent 7ff6f928085e853b1bb7d113a6e7c435d76e6416
Author: default <nobody@localhost>
Date:   Sun, 13 Nov 2022 15:15:16 +0100

Set "u-url mention" class for mentions.

Diffstat:
Mactivitypub.c | 2+-
Mhtml.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/activitypub.c b/activitypub.c @@ -243,7 +243,7 @@ void process_tags(const char *content, d_char **n_content, d_char **tag) if (valid_status(status)) { xs *d = xs_dict_new(); xs *n = xs_fmt("@%s", uid); - xs *l = xs_fmt("<a href=\"%s\">%s</a>", actor, n); + xs *l = xs_fmt("<a href=\"%s\" class=\"u-url mention\">%s</a>", actor, n); d = xs_dict_append(d, "type", "Mention"); d = xs_dict_append(d, "href", actor); diff --git 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\" "