Fixed typo.

This commit is contained in:
default 2023-06-01 09:32:40 +02:00
parent a5104752d4
commit 1023ee88f5

2
html.c
View file

@ -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);