snac2

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

commit 1023ee88f5f83c05b65459eaf96a93e800744b57
parent a5104752d4bfa10864ef08327b074efec0adefbb
Author: default <nobody@localhost>
Date:   Thu,  1 Jun 2023 09:32:40 +0200

Fixed typo.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html.c b/html.c @@ -160,7 +160,7 @@ xs_str *html_actor_icon(xs_str *os, char *actor, xs *user = xs_fmt("@%s@%s", username, xs_list_get(domain, 2)); s1 = xs_fmt( - "<br><a href=\"%s\" class=\"p-author-tag h-card snac-author snac-author-tag\">%s</a>", + "<br><a href=\"%s\" class=\"p-author-tag h-card snac-author-tag\">%s</a>", xs_dict_get(actor, "id"), user); s = xs_str_cat(s, s1);